From 21f73c5fcb7864ef682f9239c0fb98419a47eb84 Mon Sep 17 00:00:00 2001 From: xuexiaofei <279716582@qq.com> Date: Thu, 24 Oct 2024 08:52:56 +0800 Subject: [PATCH 1/3] feat(config): add ZVIDAR ZW882 Z-Wave Gateway feat(config): add ZVIDAR ZW882 Z-Wave Gateway --- packages/config/config/devices/0x045a/zw881 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/config/config/devices/0x045a/zw881 diff --git a/packages/config/config/devices/0x045a/zw881 b/packages/config/config/devices/0x045a/zw881 new file mode 100644 index 000000000000..897b19a264fc --- /dev/null +++ b/packages/config/config/devices/0x045a/zw881 @@ -0,0 +1,16 @@ +{ + "manufacturer": "ZVIDAR", + "manufacturerId": "0x045a", + "label": "ZW882", + "description": "Gateway", + "devices": [ + { + "productType": "0x0004", + "productId": "0x0371" + } + ], + "firmwareVersion": { + "min": "0.0", + "max": "255.255" + } +} From fecb6cf68e4dc79b8801a1ef0f62943a080437c9 Mon Sep 17 00:00:00 2001 From: xuexiaofei <279716582@qq.com> Date: Thu, 24 Oct 2024 09:01:55 +0800 Subject: [PATCH 2/3] fix(config): Rename zw881 to zw881.json fix(config): Rename zw881 to zw881.json --- packages/config/config/devices/0x045a/{zw881 => zw881.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/config/config/devices/0x045a/{zw881 => zw881.json} (100%) diff --git a/packages/config/config/devices/0x045a/zw881 b/packages/config/config/devices/0x045a/zw881.json similarity index 100% rename from packages/config/config/devices/0x045a/zw881 rename to packages/config/config/devices/0x045a/zw881.json From 49901c35c976d824c813c0a0757fd37cfdef5211 Mon Sep 17 00:00:00 2001 From: xuexiaofei <279716582@qq.com> Date: Thu, 24 Oct 2024 09:07:02 +0800 Subject: [PATCH 3/3] fix(config): Rename zw881.json to zw882.json fix(config): Rename zw881.json to zw882.json --- packages/config/config/devices/0x045a/{zw881.json => zw882.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/config/config/devices/0x045a/{zw881.json => zw882.json} (100%) diff --git a/packages/config/config/devices/0x045a/zw881.json b/packages/config/config/devices/0x045a/zw882.json similarity index 100% rename from packages/config/config/devices/0x045a/zw881.json rename to packages/config/config/devices/0x045a/zw882.json