package
Version:
v0.0.17
Opens a new window with list of versions in this module.
Published: Jun 10, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DeviceCommand struct {
Command string `json:"command"`
Id string `json:"id"`
Owner string `json:"owner"`
}
type DeviceLog struct {
Id string `json:"id"`
Connected bool `json:"connected"`
Time time.Time `json:"time"`
MonitorConnectionState string `json:"monitor_connection_state"`
DeviceOwner string `json:"device_owner"`
DeviceName string `json:"device_name"`
}
type HubCommand struct {
Command string `json:"command"`
Id string `json:"id"`
Owner string `json:"owner"`
}
type HubLog struct {
Id string `json:"id"`
Connected bool `json:"connected"`
Time time.Time `json:"time"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.