Skip to content

Commit

Permalink
feat(config): modify UltraPro 700 Z-Wave Switch
Browse files Browse the repository at this point in the history
Messed up the other one trying to rebase. Just picked the changed file.
Signed-off-by: Bob Eckhoff <[email protected]>
  • Loading branch information
apella12 committed Apr 4, 2024
1 parent 000d8f0 commit 0d3f09a
Showing 1 changed file with 68 additions and 1 deletion.
69 changes: 68 additions & 1 deletion packages/config/config/devices/0x0063/58433_59344_zwa4011.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,78 @@
{
"productType": "0x4952",
"productId": "0x3239"
},
{
"productType": "0x4952",
"productId": "0x3333"
}
],
"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,
"isLifeline": true
}
},
"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": {
// Needed for double-tap support
"treatBasicSetAsEvent": true
},
"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 and release the top or bottom of the smart dimmer (rocker)",
"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 and release the top or bottom of the smart dimmer (rocker)",
"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
}

0 comments on commit 0d3f09a

Please sign in to comment.