From b1234398df5bb37d6e7d1bfed7a77ca13aedcaf7 Mon Sep 17 00:00:00 2001 From: Luca Graf Date: Sun, 8 Sep 2024 21:30:53 +0200 Subject: [PATCH] fix: Fix S1-R (5601) fingerprint (#7959) --- src/devices/ubisys.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/devices/ubisys.ts b/src/devices/ubisys.ts index c6424a78b2d54..df72dcce8ca70 100644 --- a/src/devices/ubisys.ts +++ b/src/devices/ubisys.ts @@ -741,7 +741,13 @@ const definitions: DefinitionWithExtend[] = [ { manufacturerName: 'ubisys', modelID: 'S1-R (5601)', - endpoints: [{ID: 1, profileID: 260, deviceID: 266, inputClusters: [0, 3, 4, 5, 6, 1794, 2820], outputClusters: []}], + endpoints: [ + {ID: 1, profileID: 260, deviceID: 266, inputClusters: [0, 3, 4, 5, 6, 1794, 2820], outputClusters: []}, + {ID: 2, profileID: 260, deviceID: 260, inputClusters: [0, 3], outputClusters: [3, 5, 6, 8, 768, 64514]}, + {ID: 3, profileID: 260, deviceID: 260, inputClusters: [0, 3], outputClusters: [3, 5, 6, 8, 768, 64514]}, + {ID: 232, profileID: 260, deviceID: 1287, inputClusters: [0, 61, 64512, 64599], outputClusters: [3, 25]}, + {ID: 242, profileID: 41440, deviceID: 97, inputClusters: [], outputClusters: [33]}, + ], }, ], model: 'S1-R-2',