Skip to content

Commit

Permalink
fix: add missing property in zonestates
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Gottinger committed Dec 11, 2022
1 parent 994c4fc commit 99601df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ type ZoneState struct {
OverlayType *OverlayType `json:"overlayType"`
Overlay *ZoneOverlay `json:"overlay"`
OpenWindow *ZoneStateOpenWindow `json:"openWindow"`
OpenWindowDetected bool `json:"openWindowDetected"`
NextScheduledChange *ZoneStateNextScheduledChange `json:"nextScheduleChange"`
NextTimeBlock *ZoneStateNextTimeBlock `json:"nextTimeBlock"`
Link ZoneStateLink `json:"link"`
Expand Down

0 comments on commit 99601df

Please sign in to comment.