From fc0c67039215e9d831ac016ef822458fb2ae4bcc Mon Sep 17 00:00:00 2001 From: Patrick Pichon Date: Sat, 28 Dec 2024 18:38:03 +0100 Subject: [PATCH] Handle Bitron Home 902010/22 as a Motion sensor via IAS ( #89 ) --- .../Certified/Bitron/90201022.json | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 z4d_certified_devices/Certified/Bitron/90201022.json diff --git a/z4d_certified_devices/Certified/Bitron/90201022.json b/z4d_certified_devices/Certified/Bitron/90201022.json new file mode 100644 index 0000000..7cb15f7 --- /dev/null +++ b/z4d_certified_devices/Certified/Bitron/90201022.json @@ -0,0 +1,23 @@ +{ + "_description": "Bitron Motion sensor", + "_source": "https://github.com/zigbeefordomoticz/z4d-certified-devices/issues/89", + "Ep": { + "01": { + "0000": "", + "0003": "", + "0500": "", + "Type": "Motion" + } + }, + "Type": "", + "ClusterToBind": [ "0500" ], + "ConfigureReporting": {}, + "ReadAttributes": { + "0000": [ "0000", "0001", "0003", "0004", "0005", "0006", "0007", "0010" ], + "0001": [ "0020" ], + "0500": [ "0000", "0001", "0002", "0010", "0011" ] + }, + "Param": { + "MotionViaIASAlarm1": 1 + } +}