Skip to content

Commit ddcc094

Browse files
authored
fix: Tuya TS0012_switch_module and TS0013_switch_module: support countdown (#8962)
1 parent 2d9c14c commit ddcc094

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/devices/tuya.ts

+2
Original file line numberDiff line numberDiff line change
@@ -7243,6 +7243,7 @@ export const definitions: DefinitionWithExtend[] = [
72437243
extend: [
72447244
tuya.modernExtend.tuyaOnOff({
72457245
switchType: true,
7246+
onOffCountdown: true,
72467247
endpoints: ["left", "right"],
72477248
}),
72487249
],
@@ -7301,6 +7302,7 @@ export const definitions: DefinitionWithExtend[] = [
73017302
extend: [
73027303
tuya.modernExtend.tuyaOnOff({
73037304
switchType: true,
7305+
onOffCountdown: true,
73047306
endpoints: ["left", "center", "right"],
73057307
}),
73067308
],

0 commit comments

Comments
 (0)