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

feat(config): add params for Enbrighten 58436 #7575

Closed
wants to merge 1 commit into from
Closed
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
64 changes: 63 additions & 1 deletion packages/config/config/devices/0x0063/58436_59334_zwa4012.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,68 @@
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"associations": {
"1": {
"label": "Lifeline",
"maxNodes": 5,
"isLifeline": true
},
"2": {
"label": "Single Press",
"maxNodes": 5
},
"3": {
"label": "Double Press",
"maxNodes": 5
}
},
"paramInformation": [
{
"#": "3",
"$import": "~/templates/master_template.json#led_indicator_four_options"
},
{
"#": "4",
"$import": "~/templates/master_template.json#orientation"
},
{
"#": "5",
"$import": "templates/jasco_template.json#three_way_setup"
},
{
"#": "19",
"$import": "templates/jasco_template.json#alternate_exclusion"
},
{
"#": "34",
"$import": "templates/jasco_template.json#led_indicator_color"
},
{
"#": "35",
"$import": "templates/jasco_template.json#led_indicator_intensity"
},
{
"#": "36",
"$import": "templates/jasco_template.json#led_indicator_intensity",
"label": "Guidelight Mode Intensity"
},
{
"#": "39",
"$import": "templates/jasco_template.json#control_groups"
},
{
"#": "84",
"$import": "templates/jasco_template.json#factory_default"
}
],
"compat": {
// Enables Basic Set via Group 3 as an alternative way to detect double taps (instead of Central Scene)
"mapBasicSet": "event"
},
"metadata": {
"inclusion": "1. Follow the instructions for your Z-Wave certified controller to add a device to the Z-Wave network.\n2. Once the controller is ready to add your device, press up and release the toggle",
"exclusion": "1. Follow the instructions for your Z-Wave certified controller to remove a device from the Z-Wave network.\n2. Once the controller is ready to remove your device, press up and release the toggle",
"reset": "1. Quickly press ON (top) button three times, then immediately press the OFF (bottom) button three times. The LED will flash ON/OFF five times when completed successfully"
}
// TODO: Add configuration parameters
}
Loading