Skip to content

Commit 63e418d

Browse files
authored
fix: Tuya TS011F_with_threshold: enable onOffCountdown (#9086)
1 parent 2a46236 commit 63e418d

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
@@ -10405,6 +10405,7 @@ export const definitions: DefinitionWithExtend[] = [
1040510405
electricalMeasurementsFzConverter: fzLocal.TS011F_electrical_measurement,
1040610406
powerOutageMemory: true,
1040710407
indicatorMode: true,
10408+
onOffCountdown: true,
1040810409
}),
1040910410
],
1041010411
fromZigbee: [fz.temperature, fzLocal.TS011F_threshold],

0 commit comments

Comments
 (0)