mqtt

package
v2.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PluginMqtt = "mqtt"
)

Variables

This section is empty.

Functions

func New

func New(ctx context.Context, handlerCfg *handlerTY.Config) (handlerTY.Plugin, error)

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) Close

func (c *MqttHandler) Close() error

Close handler implementation

func (*MqttHandler) Name

func (p *MqttHandler) Name() string

func (*MqttHandler) Post

func (c *MqttHandler) Post(parameters map[string]interface{}) error

Post handler implementation

func (*MqttHandler) Start

func (c *MqttHandler) Start() error

Start handler implementation

func (*MqttHandler) State

func (c *MqttHandler) State() *types.State

State implementation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL