Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudIOTConfig ¶
type CloudIOTConfig struct {
IoTCredentials CloudIOTCredentials `yaml:"iot_credentials"`
Endpoint string `yaml:"endpoint"`
}
type CloudIOTCredentials ¶
type Device ¶
type Device struct {
Name string `yaml:"name"`
Serial string `yaml:"serial"`
Model string `yaml:"model"`
Type string `yaml:"type"`
Variant string `yaml:"variant"`
CloudIOT CloudIOTConfig `yaml:"cloud_iot"`
MQTT MQTTConfig `yaml:"mqtt"`
Firmware FirmwareData `yaml:"firmware"`
}
type FirmwareData ¶
Click to show internal directories.
Click to hide internal directories.