-
-
Notifications
You must be signed in to change notification settings - Fork 633
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
feat(config): update Zooz ZSE11 with 800LR specific params #7537
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. This will need a few changes for consistency and reducing visual clutter.
"zwaveAllianceId": 4152 | ||
"zwaveAllianceId": [ | ||
{ | ||
"$if": "firmwareVersion >= 2.0", | ||
"value": 5112 | ||
}, | ||
4152 | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't work. Just put both numbers in the same array.
{ | ||
"#": "21", | ||
"$if": "firmwareVersion >= 2.0", | ||
"label": "Light Sensor Checking Interval", | ||
"description": "Set the frequency interval for lux value verification. This is how often the sensor will probe the environment for lux value changes. NOTE: a report will be sent ONLY if the value has changed by the threshold value set in Parameter 185 as compared to the most recent report.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding this parameter and the following: Zooz parameter descriptions are terribly verbose and tend to repeat themselves in the label, description and option labels. We prefer keeping things short since they will be displayed on constrained UIs.
Ideally align these with how I did it in this PR, so we can extract them into templates in a followup PR.
PR description here
Zooz ZSE11 had multiple param updates with the 800LR revision. Pulled information from firmware changelog, device's advanced settings page and the ZWA link