From 1880f1c01f9d835f716be0be79a61b65145d7e44 Mon Sep 17 00:00:00 2001 From: Bob Eckhoff Date: Thu, 28 Sep 2023 09:34:48 -0400 Subject: [PATCH] feat(config): add Qubino Shades Remote Controller This should close #5846. There are no parameters and no association groups. Signed-off-by: Bob Eckhoff --- .../config/devices/0x015a/jtb-zmnkgd1.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/config/config/devices/0x015a/jtb-zmnkgd1.json diff --git a/packages/config/config/devices/0x015a/jtb-zmnkgd1.json b/packages/config/config/devices/0x015a/jtb-zmnkgd1.json new file mode 100644 index 000000000000..5a9334b48dfe --- /dev/null +++ b/packages/config/config/devices/0x015a/jtb-zmnkgd1.json @@ -0,0 +1,16 @@ +{ + "manufacturer": "Jin Tao Bao", + "manufacturerId": "0x015a", + "label": "JTB-ZMNKGD1", + "description": "Shades Remote Controller", + "devices": [ + { + "productType": "0x2000", + "productId": "0x0003" + } + ], + "firmwareVersion": { + "min": "0.0", + "max": "255.255" + } +}