We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting Errors for t65 and t66 as they cant be less than 0.
{ "type": "state", "common": { "name": "Sparfaktor", "role": "tempd", "type": "number", "read": true, "write": true, "unit": "K", "min": 0, "max": 1000
But they can be 0 or less. That is an issue with the automatically generated Datapoint.
The text was updated successfully, but these errors were encountered:
edit MIN in the Datapoint to MIN -10 so error Message gone. on my side.
Sorry, something went wrong.
saved...
Yes that works, but should be implemented.
No branches or pull requests
Getting Errors for t65 and t66 as they cant be less than 0.
{ "type": "state", "common": { "name": "Sparfaktor", "role": "tempd", "type": "number", "read": true, "write": true, "unit": "K", "min": 0, "max": 1000
But they can be 0 or less. That is an issue with the automatically generated Datapoint.
The text was updated successfully, but these errors were encountered: