Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type MQTT ¶
type MQTT struct {
Enabled *bool `yaml:"enabled,omitempty"`
BrokerUrl string `yaml:"broker_url"`
BrokerAddress string `yaml:"broker_address"`
BrokerPort int `yaml:"broker_port"`
ClientID string `yaml:"client_id"`
Username string `yaml:"username"`
Password string `yaml:"password"`
TopicPrefix string `yaml:"topic_prefix"`
LWTTopic *string `yaml:"lwt_topic,omitempty"`
LWTOnlinePayload string `yaml:"lwt_online_payload"`
LWTOfflinePayload string `yaml:"lwt_offline_payload"`
}
Click to show internal directories.
Click to hide internal directories.