From c1cbcf5c6df39c73f1516f1c732f17d47bda4822 Mon Sep 17 00:00:00 2001 From: AlCalzone Date: Thu, 24 Oct 2024 13:46:19 +0200 Subject: [PATCH] Revert "feat(config): add ZVIDAR ZW882 Z-Wave Gateway (#7310)" This reverts commit 894481d36c0883dd76f4224deb9ae1ec1ba8b561. --- packages/config/config/devices/0x045a/zw882.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 packages/config/config/devices/0x045a/zw882.json diff --git a/packages/config/config/devices/0x045a/zw882.json b/packages/config/config/devices/0x045a/zw882.json deleted file mode 100644 index 897b19a264fc..000000000000 --- a/packages/config/config/devices/0x045a/zw882.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "manufacturer": "ZVIDAR", - "manufacturerId": "0x045a", - "label": "ZW882", - "description": "Gateway", - "devices": [ - { - "productType": "0x0004", - "productId": "0x0371" - } - ], - "firmwareVersion": { - "min": "0.0", - "max": "255.255" - } -}