package
Version:
v0.0.0-...-aecb995
Opens a new window with list of versions in this module.
Published: Mar 15, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DeviceConfig struct {
Name string `yaml:"name"`
Model string `yaml:"model"`
Host string `yaml:"host"`
Port string `yaml:"port"`
MQTTPrefix string `yaml:"mqtt_prefix"`
DUID string `yaml:"duid"`
AuthToken string `yaml:"auth_token"`
}
type MQTTConfig struct {
Host string `yaml:"host"`
Port string `yaml:"port"`
Protocol string `yaml:"protocol"`
Username string `yaml:"username"`
Password string `yaml:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.