Skip to content

Commit

Permalink
fix(config): lint-zwave error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shelly Qubino Wave Support committed Feb 23, 2024
1 parent c1c9382 commit 7858f68
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/config/config/devices/0x0460/qmem-0A1PC16.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Wave PM Mini",
"devices": [
{
"productType": "0x0002",
"productType": "0x0007",
"productId": "0x0081"
}
],
Expand Down
28 changes: 14 additions & 14 deletions packages/config/config/devices/0x0460/qnpl-001X16.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,20 @@
{
"manufacturer": "Shelly Europe Ltd.",
"manufacturerId": "0x0460",
"label": "QPSW-0A1X16",
"description": "Wave Pro 1",
"label": "QNPL-001X16",
"description": "Wave Plug US",
"devices": [
{
"productType": "0x0002",
"productId": "0x008a",
"zwaveAllianceId": 5015
"productId": "0x0088",
"zwaveAllianceId": 4995
}
],
"firmwareVersion": {
"min": "0.0",
"max": "255.255"
},
"paramInformation": [
{
"#": "1",
"$import": "templates/wave_template.json#switch_type",
"label": "SW1 Switch Type"
},
{
"#": "2",
"$import": "templates/wave_template.json#switch_type",
"label": "SW2 Switch Type"
},
{
"#": "17",
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
Expand Down Expand Up @@ -53,6 +43,16 @@
"$import": "templates/wave_template.json#out_relay_type",
"label": "O1: Relay Type"
},
{
"#": "36",
"$import": "templates/wave_template.json#power_change_report_treshold",
"label": "O1: Power Change Report Threshold"
},
{
"#": "39",
"$import": "templates/wave_template.json#min_time_between_reports",
"label": "O1: Minimum Time Between Power Reports"
},
{
"#": "91",
"$import": "templates/wave_template.json#alarm_configuration",
Expand Down

0 comments on commit 7858f68

Please sign in to comment.