Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct { ID string `json:"id"` Name string `json:"name"` Type string `json:"type"` Controller string `json:"controller"` Address string `json:"address"` Room *Room `json:"room,omitempty"` RoomID string `json:"room_id,omitempty"` Token string `json:"token,omitempty"` }
Device defines instance of a device
Click to show internal directories.
Click to hide internal directories.