Versions in this module Expand all Collapse all v0 v0.5.4 Sep 24, 2020 Changes in this version + var PLUGIN = node.NewPlugin("MQTT", node.Disabled, configure, run) + type Broker struct + func NewBroker() (*Broker, error) + func (b *Broker) Send(topic string, message string) error + func (b *Broker) Shutdown() error + func (b *Broker) Start() error