Skip to content

Commit e7f477e

Browse files
authored
fix: Sonoff TRVZB: fix rounding of externalTemperatureInput (#9072)
1 parent 9f1e179 commit e7f477e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/devices/sonoff.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,7 @@ export const definitions: DefinitionWithExtend[] = [
13121312
valueStep: 0.1,
13131313
unit: "°C",
13141314
scale: 100,
1315+
precision: 1,
13151316
}),
13161317
m.numeric({
13171318
name: "idle_steps",

0 commit comments

Comments
 (0)