Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MQTTBroker ¶
type MQTTBroker struct { Host string `json:"host,omitempty"` Username string `json:"username,omitempty"` Password string `json:"password,omitempty"` PasswordFile string `json:"passwordFile,omitempty"` }
func (MQTTBroker) ClientOptions ¶
func (b MQTTBroker) ClientOptions() (*mqtt.ClientOptions, error)
type Root ¶
type Root struct { auto.Config // Broker configures an MQTT broker to export data to, and subscribe to topics on. Broker *MQTTBroker `json:"broker,omitempty"` // When true the auto will inspect the local node for all devices that can export UDMI information. // Additional sources can be configured using "sources". DiscoverSources bool `json:"discoverSources,omitempty"` // the names to use for rpc requests to UdmiService Sources []string `json:"sources,omitempty"` }
Click to show internal directories.
Click to hide internal directories.