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
Status (awake/alseep) updates do not have the nodeid in the message payload.
You can determine this from the topic, but would be better if it was in the payload.
Topic example: zwavemqtt/SideDeck/MultiSensor6/status Payload: {"time":1612658379924,"value":true,"status":"Awake"}
The text was updated successfully, but these errors were encountered:
Does this setting affect that?
Sorry, something went wrong.
That's just for values
fix: add node id to node status payload
aa259a4
Fixes #492
fix: add node id to node status payload (#499)
bf8a545
* fix: add node id to node status payload Fixes #492 * fix: lint issues
robertsLando
Successfully merging a pull request may close this issue.
Status (awake/alseep) updates do not have the nodeid in the message payload.
You can determine this from the topic, but would be better if it was in the payload.
Topic example: zwavemqtt/SideDeck/MultiSensor6/status
Payload: {"time":1612658379924,"value":true,"status":"Awake"}
The text was updated successfully, but these errors were encountered: