From 4a04b02a0d745e3f6f72be94068436ce8f963359 Mon Sep 17 00:00:00 2001 From: Dan Gibson Date: Wed, 4 Mar 2026 11:49:51 +0000 Subject: [PATCH] Add new Moes device entries to library.json Model ID: ZSS-S01-GWM-C-MS Model ID: XH-SY-04Z --- library/library.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/library/library.json b/library/library.json index 692d106f2..d4c0c74a1 100644 --- a/library/library.json +++ b/library/library.json @@ -6164,6 +6164,20 @@ "battery_type": "AAA", "battery_quantity": 2 }, + { + "manufacturer": "Moes", + "model": "4 button portable remote control", + "model_id": "XH-SY-04Z", + "hw_version": "1", + "battery_type": "CR2032" + }, + { + "manufacturer": "Moes", + "model": "Door/window alarm sensor", + "model_id": "ZSS-S01-GWM-C-MS", + "hw_version": "1", + "battery_type": "CR2032" + }, { "manufacturer": "Moes", "model": "Door/window magnetic sensor", @@ -12047,4 +12061,4 @@ "battery_type": "Rechargeable" } ] -} \ No newline at end of file +}