From 7858f688d6dad8b34150ed039fcbfdb1ed6d1104 Mon Sep 17 00:00:00 2001 From: Shelly Qubino Wave Support Date: Fri, 23 Feb 2024 12:11:01 +0100 Subject: [PATCH] fix(config): lint-zwave error --- .../config/devices/0x0460/qmem-0A1PC16.json | 2 +- .../config/devices/0x0460/qnpl-001X16.json | 28 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/config/config/devices/0x0460/qmem-0A1PC16.json b/packages/config/config/devices/0x0460/qmem-0A1PC16.json index ec3b658ca5b3..0603cae9072a 100644 --- a/packages/config/config/devices/0x0460/qmem-0A1PC16.json +++ b/packages/config/config/devices/0x0460/qmem-0A1PC16.json @@ -5,7 +5,7 @@ "description": "Wave PM Mini", "devices": [ { - "productType": "0x0002", + "productType": "0x0007", "productId": "0x0081" } ], diff --git a/packages/config/config/devices/0x0460/qnpl-001X16.json b/packages/config/config/devices/0x0460/qnpl-001X16.json index 41f39d2fd90d..88257c36f561 100644 --- a/packages/config/config/devices/0x0460/qnpl-001X16.json +++ b/packages/config/config/devices/0x0460/qnpl-001X16.json @@ -1,13 +1,13 @@ { "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": { @@ -15,16 +15,6 @@ "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", @@ -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",