Skip to content

Commit

Permalink
add LightLevel for Hub 2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
koizuka authored Aug 14, 2023
1 parent 04fc8ab commit b3a3a5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions device.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ type DeviceStatus struct {
ShakeRange int `json:"shakeRange"`
IsMoveDetected bool `json:"moveDetected"`
Brightness BrightnessState `json:"brightness"`
LightLevel int `json:"lightLevel"`
OpenState OpenState `json:"openState"`
Color string `json:"color"`
ColorTemperature int `json:"colorTemperature"`
Expand Down

0 comments on commit b3a3a5d

Please sign in to comment.