Skip to content

Commit b123439

Browse files
authored
fix: Fix S1-R (5601) fingerprint (#7959)
1 parent 78384a9 commit b123439

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/devices/ubisys.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,13 @@ const definitions: DefinitionWithExtend[] = [
741741
{
742742
manufacturerName: 'ubisys',
743743
modelID: 'S1-R (5601)',
744-
endpoints: [{ID: 1, profileID: 260, deviceID: 266, inputClusters: [0, 3, 4, 5, 6, 1794, 2820], outputClusters: []}],
744+
endpoints: [
745+
{ID: 1, profileID: 260, deviceID: 266, inputClusters: [0, 3, 4, 5, 6, 1794, 2820], outputClusters: []},
746+
{ID: 2, profileID: 260, deviceID: 260, inputClusters: [0, 3], outputClusters: [3, 5, 6, 8, 768, 64514]},
747+
{ID: 3, profileID: 260, deviceID: 260, inputClusters: [0, 3], outputClusters: [3, 5, 6, 8, 768, 64514]},
748+
{ID: 232, profileID: 260, deviceID: 1287, inputClusters: [0, 61, 64512, 64599], outputClusters: [3, 25]},
749+
{ID: 242, profileID: 41440, deviceID: 97, inputClusters: [], outputClusters: [33]},
750+
],
745751
},
746752
],
747753
model: 'S1-R-2',

0 commit comments

Comments
 (0)