Skip to content

Commit 99601df

Browse files
author
Christian Gottinger
committed
fix: add missing property in zonestates
1 parent 994c4fc commit 99601df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ type ZoneState struct {
187187
OverlayType *OverlayType `json:"overlayType"`
188188
Overlay *ZoneOverlay `json:"overlay"`
189189
OpenWindow *ZoneStateOpenWindow `json:"openWindow"`
190+
OpenWindowDetected bool `json:"openWindowDetected"`
190191
NextScheduledChange *ZoneStateNextScheduledChange `json:"nextScheduleChange"`
191192
NextTimeBlock *ZoneStateNextTimeBlock `json:"nextTimeBlock"`
192193
Link ZoneStateLink `json:"link"`

0 commit comments

Comments
 (0)