We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b2148 commit c48a6fcCopy full SHA for c48a6fc
uap.go
@@ -63,7 +63,7 @@ type UAP struct {
63
HasFan FlexBool `json:"has_fan"`
64
HasTemperature FlexBool `json:"has_temperature"`
65
DeviceID string `json:"device_id"`
66
- State int `json:"state"`
+ State FlexInt `json:"state"`
67
LastSeen FlexInt `json:"last_seen"`
68
Upgradable FlexBool `json:"upgradable"`
69
AdoptableWhenUpgraded FlexBool `json:"adoptable_when_upgraded"`
0 commit comments