Skip to content

Commit 0424844

Browse files
authored
fix: Tuya TS0002_limited: support countdown (#9111)
1 parent 4b11bdc commit 0424844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/devices/tuya.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4106,6 +4106,7 @@ export const definitions: DefinitionWithExtend[] = [
41064106
extend: [
41074107
tuya.modernExtend.tuyaOnOff({
41084108
switchType: true,
4109+
onOffCountdown: true,
41094110
indicatorMode: true,
41104111
backlightModeOffOn: true,
41114112
endpoints: ["l1", "l2"],

0 commit comments

Comments
 (0)