From bc8935ecc56f467d39c4918b6e617640127ff992 Mon Sep 17 00:00:00 2001 From: Marcin Krotkiewski Date: Mon, 13 Jan 2025 12:22:36 +0100 Subject: [PATCH] fix(config): disable Supervision for Everspring SP817 Motion Sensor (#7475) --- packages/config/config/devices/0x0060/sp817.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/packages/config/config/devices/0x0060/sp817.json b/packages/config/config/devices/0x0060/sp817.json index f643330c572e..c5f1651bcd9d 100644 --- a/packages/config/config/devices/0x0060/sp817.json +++ b/packages/config/config/devices/0x0060/sp817.json @@ -57,5 +57,15 @@ "maxValue": 3600, "defaultValue": 15 } - ] + ], + "compat": { + "commandClasses": { + "remove": { + // Supervised commands always result in a status of "Fail" + "Supervision": { + "endpoints": "*" + } + } + } + } }