Skip to content

Commit c55c0a6

Browse files
CubeZ2mDeveloperhuangjiajun
andauthored
fix: SONOFF MINIZB1GS: update inchingControlSet timeout (Koenkk#12656)
Co-authored-by: huangjiajun <jiajun.huang@coolkit.cn>
1 parent 59e3bf4 commit c55c0a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/devices/sonoff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9750,7 +9750,7 @@ export const definitions: DefinitionWithExtend[] = [
97509750
valueOff: [false, 0x09],
97519751
valueOn: [true, 0x14],
97529752
}),
9753-
sonoffExtend.inchingControlSet(),
9753+
sonoffExtend.inchingControlSet({}, 86399.5),
97549754
m.binary<"customClusterEwelink", SonoffEwelink>({
97559755
name: "delayed_power_on_state",
97569756
cluster: "customClusterEwelink",

0 commit comments

Comments
 (0)