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 metadata to AEON Labs DSC26 #4343

Merged
merged 2 commits into from
Mar 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 8 additions & 1 deletion packages/config/config/devices/0x0086/dsc26.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,12 @@
"#": "255",
"$import": "templates/aeotec_template.json#factory_reset"
}
]
],
"metadata": {
"wakeup": "Press and release the button which is on Micro Smart Energy Switch G2.",
"inclusion": "1. Start by placing the controller into inclusion mode.\n2. While the Micro Smart Energy Switch G2 is powered in a 3-wire system, the external switch/button can be toggled to initiate pairing into the Z-Wave network. Or the internal button can be pushed to initiate pairing into the Z-Wave network if the Micro Smart Energy Switch G2 was not put into in-wall box.",
"exclusion": "1. Start by placing the controller into exclusion mode.\n2. While the Micro Smart Energy Switch G2 is powered in a 3-wire system, the external switch/button can be toggled 10 times in quick succession to initiate removing from the Z-Wave network. Or the internal button can be pushed to initiate pairing into the Z-Wave network if Micro Smart Energy Switch G2 was not put into in-wall box.",
"reset": "Press and hold the button which is on Micro Smart Energy Switch G2 for 20 seconds",
"manual": "https://help.aeotec.com/support/solutions/articles/6000165733-micro-switch-g2-user-guide-"
}
}