Skip to content

Commit

Permalink
feat(config): added parameter 117 to Wave Plug US and UK (#6831)
Browse files Browse the repository at this point in the history
Co-authored-by: Shelly Qubino Wave Support <igor.magajne@shelly.com>
Co-authored-by: Dominic Griesel <dominic.griesel@nabucasa.com>
  • Loading branch information
3 people committed May 24, 2024
1 parent f5e8c68 commit 11d89b1
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/config/config/devices/0x0460/qnpl-001X12.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
"$import": "templates/wave_template.json#led_intensity",
"label": "Signal LED Intensity"
},
{
"#": "117",
"$import": "templates/wave_template.json#remote_reboot"
},
{
"#": "120",
"$import": "templates/wave_template.json#factory_reset"
Expand Down
4 changes: 4 additions & 0 deletions packages/config/config/devices/0x0460/qnpl-001X16.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
"$import": "templates/wave_template.json#led_intensity",
"label": "Signal LED Intensity"
},
{
"#": "117",
"$import": "templates/wave_template.json#remote_reboot"
},
{
"#": "120",
"$import": "templates/wave_template.json#factory_reset"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0460/qnsn-0D24X.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"productType": "0x0009",
"productId": "0x0082",
"zwaveAllianceId": 5009
"zwaveAllianceId": 5033
}
],
"firmwareVersion": {
Expand Down
3 changes: 2 additions & 1 deletion packages/config/config/devices/0x0460/qpsw-0A1P16.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"devices": [
{
"productType": "0x0002",
"productId": "0x008b"
"productId": "0x008b",
"zwaveAllianceId": 5061
}
],
"firmwareVersion": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,22 @@
"maxValue": 100,
"defaultValue": 100
},

"remote_reboot": {
"label": "Device Reboot",
"valueSize": 1,
"defaultValue": 0,
"allowManualEntry": false,
"options": [
{
"label": "Idle",
"value": 0
},
{
"label": "Reboot device",
"value": 1
}
]
},
"factory_reset": {
"label": "Factory Reset",
"description": "Reset to factory default settings and remove from the Z-Wave network.",
Expand Down

0 comments on commit 11d89b1

Please sign in to comment.