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): preserve endpoints for Swidget ZW006UWA #7411

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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: 3 additions & 0 deletions packages/config/config/devices/0x0345/zw006uwa.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@
"$import": "templates/swidget_template.json#dimmer_default_brightness"
}
],
"compat": {
"preserveEndpoints": "*"
},
"metadata": {
"inclusion": "NOTE: Before beginning the network add procedure, ensure there are no devices plugged into either receptacle outlet. After the device has ben successfully added to the network, DO NOT plug anything into either receptacle outlet for at least 2 minutes to allow the module time to synchronize with the outlet metering hardware, or the accuracy of your meter readings may be adversely affected.\n\n1. Follow network ADD steps for your Z-Wave controller/hub to prepare the network to accept a device addition.\n2. Lightly press the push button on the Swidget Z-Wave Insert and hold for 10-15 seconds until the LED illuminates solid blue, then release the button. The LED will flash blue to indicate ADD mode is enabled. No manual or external Z-Wave operations are possible during this activity.\n3. The Swidget Z-Wave Insert will remain in ADD mode for up to 60 seconds. If the device is successfully added to the Z-Wave network, the LED will be solid blue for 5 seconds then return to the normal operational state; LED will be solid green if switch is ON (default), LED will not be illuminated if switch is OFF. If the device fails to be successfully added to the network after 60 seconds, the red LED will begin to flash. If necessary, consult your Z-Wave controller/hub manual and re-try. \n4. Please see section 4.4 on how to perform a local device reset if multiple remove attempts fail.",
"exclusion": "1. Follow network REMOVE steps for your Z-Wave controller/hub.\n2. Lightly press the push button on the Swidget Z-Wave Insert and hold for approximately 10 seconds until the LED illuminates solid blue, then release the button. The LED will flash blue to indicate REMOVE mode is enabled.\n3. The Swidget Z-Wave Insert will remain in REMOVE mode for up to 60 seconds. If the device is successfully removed from the Z-Wave network, the LED will be solid blue for 5 seconds then return to the normal operational state. If the device fails to be successfully removed from the network after 60 seconds, the red LED will begin to flash. If necessary, consult your Z-Wave controller/hub manual and re-try.\n4. Please see section 4.4 on how to perform a local device reset if multiple remove attempts fail.",
Expand Down
Loading