Skip to content
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

[mqtt] Add support of number exponential notation with lower case 'e' #13371

Closed
absalom-muc opened this issue Sep 10, 2022 · 1 comment
Closed
Labels
enhancement An enhancement or new feature for an existing add-on

Comments

@absalom-muc
Copy link

openHAB 3.3.0:
There seems to be a limitation that exponent notation is only supported if you use a capital ‘E’; example: 5E1 is parsed correctly.

But 5e1 leads to [ab.binding.mqtt.generic.ChannelState] - Incoming payload '5e1' not supported by type 'NumberValue'.
This topic is shortly discussed here.

Please consider adding support of number exponential notation with lower case 'e'.
Thank you.

@absalom-muc absalom-muc added the enhancement An enhancement or new feature for an existing add-on label Sep 10, 2022
@absalom-muc
Copy link
Author

Closed because duplicate of this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement or new feature for an existing add-on
Projects
None yet
Development

No branches or pull requests

1 participant