-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[homematic] Additional check for convert to double #10224
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now with signing. At least I hope so.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Looks like the sign-off is still missing. |
Signed-off-by: Hans-Dietert Loew <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Signed-off-by: Hans-Dietert Loew <[email protected]> Signed-off-by: John Marshall <[email protected]>
Signed-off-by: Hans-Dietert Loew <[email protected]>
Signed-off-by: Hans-Dietert Loew <[email protected]>
Signed-off-by: Hans-Dietert Loew <[email protected]>
In the homematic ccu I can create system variables of type enum.
In method parse() of class CcuVariablesAndScriptsParser the attributes entry.minValue and entry.maxValue contains in this case "" and "" can't be converted to a double. So an exception was raise.
With this additional check the exception doesn't occurs anymore.