package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Dec 13, 2024
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"`
}
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.