From 26fa23c150e4238fb18fdc5adc93356fcfb8c882 Mon Sep 17 00:00:00 2001 From: Bob Eckhoff Date: Fri, 12 Jan 2024 10:37:23 -0500 Subject: [PATCH] feat(config): add new Product ID to Fibaro Smoke Detector Add new ID to Fibaro smoke detector and remove incomplete device stub. Merging will close #6536. Signed-off-by: Bob Eckhoff --- .../config/config/devices/0x010f/fgss-001.json | 17 ----------------- .../config/config/devices/0x010f/fgss001.json | 7 ++++++- 2 files changed, 6 insertions(+), 18 deletions(-) delete mode 100644 packages/config/config/devices/0x010f/fgss-001.json diff --git a/packages/config/config/devices/0x010f/fgss-001.json b/packages/config/config/devices/0x010f/fgss-001.json deleted file mode 100644 index d1372458faff..000000000000 --- a/packages/config/config/devices/0x010f/fgss-001.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "manufacturer": "Fibargroup", - "manufacturerId": "0x010f", - "label": "Smoke Sensor", - "description": "Fibaro Smoke Sensor", - "devices": [ - { - "productType": "0x0000", - "productId": "0x1000", - "zwaveAllianceId": 1049 - } - ], - "firmwareVersion": { - "min": "0.0", - "max": "255.255" - } -} diff --git a/packages/config/config/devices/0x010f/fgss001.json b/packages/config/config/devices/0x010f/fgss001.json index 93e81ed5b2b4..b7a931b2c12a 100644 --- a/packages/config/config/devices/0x010f/fgss001.json +++ b/packages/config/config/devices/0x010f/fgss001.json @@ -6,11 +6,16 @@ "devices": [ { "productType": "0x0c00", - "productId": "0x1000" + "productId": "0x1000", + "zwaveAllianceId": 1049 }, { "productType": "0x0c00", "productId": "0x3000" + }, + { + "productType": "0x0c00", + "productId": "0x4000" } ], "firmwareVersion": {