Skip to content
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

fix(config): add wakeup instructions for Nexia ZSENS930 #6474

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/config/config/devices/0x0178/ZSENS930.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@
"metadata": {
"inclusion": "Set your primary controller into inclusion mode. Press and release the \"Install\" button on the sensor. The \"Status\" LED will blink rapidly for 3 seconds indicating successful inclusion into the network",
"exclusion": "Set your primary controller into exclusion mode. Press and release the \"Install\" button on the sensor. The \"Status\" LED will blink rapidly for 3 seconds indicating successful exclusion from the network",
"reset": "Press and hold Install button for 10 seconds. Factory Reset should only be used if the primary controller is missing or inoperable."
"reset": "Press and hold the \"Install\" button for 10 seconds. Factory Reset should only be used if the primary controller is missing or inoperable.",
"wakeup": "Press the \"Install\" button three times rapidly to send a \"BATTERY_REPORT\" and \"WAKE_UP_NOTIFICATION\" (if installed on a network). The sensor will stay awake for 30 seconds."
}
}
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x027a/zen34.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"#": "5",
"$if": "firmwareVersion >= 1.40",
"label": "Dimmer Control Group: Dimming Duration",
"valueSize": 2,
"valueSize": 1,
"unit": "seconds",
"minValue": 1,
"maxValue": 99,
Expand Down