Skip to content

Commit 786f58f

Browse files
authored
fix: Bosch BTH-R*: Rename key to window_detection (#10722)
1 parent 8a3c844 commit 786f58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/bosch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3255,7 +3255,7 @@ export const boschThermostatExtend = {
32553255
}),
32563256
windowOpenMode: (args?: {enableReporting: boolean}) =>
32573257
m.binary<"hvacThermostat", BoschThermostatCluster>({
3258-
name: "window_open_mode",
3258+
name: "window_detection",
32593259
cluster: "hvacThermostat",
32603260
attribute: "windowOpenMode",
32613261
description:

0 commit comments

Comments
 (0)