Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notification ¶
type Notification struct { Id string `json:"id"` Type string `json:"type"` SubscriptionId string `json:"subscriptionId"` NotifiedAt string `json:"notifiedAt"` Data []struct { Id string `json:"id"` Type string `json:"type"` Status *struct { Value string `json:"value"` } `json:"status,omitempty"` DeviceState *struct { Value string `json:"value"` } `json:"deviceState,omitempty"` } `json:"data"` }
Click to show internal directories.
Click to hide internal directories.