This commit is contained in:
parent
c3843adf9b
commit
2fd39d6fdb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ type IncomingMessage struct {
|
||||||
// Values for type = version
|
// Values for type = version
|
||||||
DriverVersion string `json:"driverVersion"`
|
DriverVersion string `json:"driverVersion"`
|
||||||
ServerVersion string `json:"serverVersion"`
|
ServerVersion string `json:"serverVersion"`
|
||||||
HomeID int `json:"homeId"`
|
HomeID int64 `json:"homeId"`
|
||||||
|
|
||||||
Event *Event
|
Event *Event
|
||||||
Result *Result
|
Result *Result
|
||||||
|
|
Loading…
Reference in a new issue