-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BUG] Custom "Command" type doesn't allow negative values #87
Comments
Strange - hmmm will need to test |
Should be fixed now: https://github.com/LazeMSS/OctoPrint-TopTemp/releases/tag/0.0.2.1 |
I think there is still a bug here. The 'test' now works (per your code fix) but it still won't display a negative number -- it just gives a spinning wheel... |
OK - I found the problem.
Only limitation here is that '--2.3' (or any number of initial dashes) would be recognized as a number. |
I am using TopTemp to display the outside temperature which in the Northeast U.S. is now negative in Celsius.
This causes an error since it seems that command is expected to be a positive number.
There are other sensors which could presumably give a negative number too.
The text was updated successfully, but these errors were encountered: