Skip to content

Commit d7829b3

Browse files
authored
fix: Tuya TS110E_2gang_2: expose light type and power on behaviour for l2 (#9052)
1 parent b017e58 commit d7829b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/devices/tuya.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -10001,7 +10001,9 @@ export const definitions: DefinitionWithExtend[] = [
1000110001
exposes: [
1000210002
e.light_brightness().withMinBrightness().withMaxBrightness().withEndpoint("l1"),
1000310003
e.light_brightness().withMinBrightness().withMaxBrightness().withEndpoint("l2"),
10004-
e.power_on_behavior().withAccess(ea.ALL),
10004+
e.power_on_behavior().withEndpoint("l1"),
10005+
e.power_on_behavior().withEndpoint("l2"),
10006+
tuya.exposes.lightType().withAccess(ea.ALL),
1000510007
tuya.exposes.switchType().withEndpoint("l1"),
1000610008
tuya.exposes.switchType().withEndpoint("l2"),
1000710009
],

0 commit comments

Comments
 (0)