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
Describe the bug According to the Tasmota documentation the POWER accepts more than just boolean values:
With the current boolean definition, sending e.g. TOGGLE is not possible
TOGGLE
Expected behavior Accept string
Versions:
Additional context I modified https://github.com/ioBroker/ioBroker.sonoff/blob/master/lib/datapoints.js to
POWER1: {type: 'string', role: 'switch', read: true, write: true, storeMap: true},
If acceptable I can launch a PR to modify the POWER Definitions to string
The text was updated successfully, but these errors were encountered:
Note: In fact this would be a breaking change, because then also the role do not mtch anymore ... someone needs to look deeper into that
Sorry, something went wrong.
No branches or pull requests
Describe the bug
According to the Tasmota documentation the POWER accepts more than just boolean values:
With the current boolean definition, sending e.g.
TOGGLE
is not possibleExpected behavior
Accept string
Versions:
Additional context
I modified https://github.com/ioBroker/ioBroker.sonoff/blob/master/lib/datapoints.js to
If acceptable I can launch a PR to modify the POWER Definitions to string
The text was updated successfully, but these errors were encountered: