Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Name ... Name = "zigbee2mqtt" // EntityZigbee2mqtt ... EntityZigbee2mqtt = string("zigbee2mqtt") )
View Source
const ( // FuncZigbee2mqttEvent ... FuncZigbee2mqttEvent = "zigbee2mqttEvent" // FuncEntityAction ... FuncEntityAction = "entityAction" )
Variables ¶
View Source
var F embed.FS
Functions ¶
Types ¶
type Actor ¶
type Actor struct {
*supervisor.BaseActor
// contains filtered or unexported fields
}
Actor ...
type Message ¶
type Message struct {
Payload string `json:"payload"`
Topic string `json:"topic"`
Qos uint8 `json:"qos"`
Duplicate bool `json:"duplicate"`
Error string `json:"error"`
Success bool `json:"success"`
NewState plugins.EntityStateParams `json:"new_state"`
// contains filtered or unexported fields
}
Message ...
Click to show internal directories.
Click to hide internal directories.