HomeID is an int64
All checks were successful
/ build-container (push) Successful in 7m17s

This commit is contained in:
Finn 2024-04-23 21:29:30 -07:00
parent c3843adf9b
commit 2fd39d6fdb

View file

@ -8,7 +8,7 @@ type IncomingMessage struct {
// Values for type = version
DriverVersion string `json:"driverVersion"`
ServerVersion string `json:"serverVersion"`
HomeID int `json:"homeId"`
HomeID int64 `json:"homeId"`
Event *Event
Result *Result