Documentation
¶
Index ¶
Constants ¶
View Source
const (
PluginMqtt = "mqtt"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MqttConfig ¶
type MqttConfig struct {
ClientID string
Broker string
Username string
Password string `json:"-" yaml:"-"` // ignore password on logger
Publish string
QoS int
Insecure bool
ReconnectDelay string
}
MqttConfig for mqtt
type MqttHandler ¶
type MqttHandler struct {
ID string
HandlerCfg *handlerTY.Config
Config *MqttConfig
// contains filtered or unexported fields
}
MqttHandler struct
func (*MqttHandler) Name ¶
func (p *MqttHandler) Name() string
func (*MqttHandler) Post ¶
func (c *MqttHandler) Post(parameters map[string]interface{}) error
Post handler implementation
Click to show internal directories.
Click to hide internal directories.