Skip to content

Commit c7cc3e7

Browse files
authored
fix: Fix detection of SR-ZG9101SAC-HP-SWITCH-2CH (#9501)
1 parent 3126add commit c7cc3e7

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/devices/sunricher.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,16 +1044,10 @@ export const definitions: DefinitionWithExtend[] = [
10441044
},
10451045
{
10461046
zigbeeModel: ["ON/OFF(2CH)"],
1047-
model: "UP-SA-9127D",
1048-
vendor: "Sunricher",
1049-
description: "LED-Trading 2 channel AC switch",
1050-
extend: [m.deviceEndpoints({endpoints: {l1: 1, l2: 2}}), m.onOff({endpointNames: ["l1", "l2"]})],
1051-
},
1052-
{
1053-
fingerprint: [{modelID: "ON/OFF(2CH)", softwareBuildID: "2.9.2_r54"}],
10541047
model: "SR-ZG9101SAC-HP-SWITCH-2CH",
10551048
vendor: "Sunricher",
1056-
description: "Zigbee 2 channel switch",
1049+
description: "Zigbee 2 channels switch",
1050+
whiteLabel: [{vendor: "LED-Trading", model: "UP-SA-9127D", description: "2 channels AC switch"}],
10571051
fromZigbee: [fz.on_off, fz.electrical_measurement, fz.metering, fz.power_on_behavior, fz.ignore_genOta],
10581052
toZigbee: [tz.on_off, tz.power_on_behavior],
10591053
exposes: [

0 commit comments

Comments
 (0)