From ebc5733cd78d8ecb6492f9504ecb4fd1ee0b0140 Mon Sep 17 00:00:00 2001 From: Jon Sands Date: Fri, 10 Jan 2025 07:48:05 -0500 Subject: [PATCH] feat(config): add Z-Wave.me Z-Station (#7521) --- .../config/devices/0x0147/z_station.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/config/config/devices/0x0147/z_station.json diff --git a/packages/config/config/devices/0x0147/z_station.json b/packages/config/config/devices/0x0147/z_station.json new file mode 100644 index 000000000000..62e9ac715a43 --- /dev/null +++ b/packages/config/config/devices/0x0147/z_station.json @@ -0,0 +1,20 @@ +{ + "manufacturer": "Z-Wave.me", + "manufacturerId": "0x0147", + "label": "Z-Station", + "description": "USB Z-Wave & Zigbee Controller", + "devices": [ + { + "productType": "0x0401", + "productId": "0x0301", + "zwaveAllianceId": 5038 + } + ], + "firmwareVersion": { + "min": "0.0", + "max": "255.255" + }, + "metadata": { + "manual": "https://z-wave.me/drive/?file=6dd7593b29fe246f28328f704082c8ea851d" + } +}