Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Name ... Name = "zigbee2mqtt" // EntityZigbee2mqtt ... EntityZigbee2mqtt = string("zigbee2mqtt") )
View Source
const ( // FuncZigbee2mqttEvent ... FuncZigbee2mqttEvent = "zigbee2mqttEvent" // FuncEntityAction ... FuncEntityAction = "entityAction" Version = "0.0.1" )
Variables ¶
View Source
var F embed.FS
Functions ¶
Types ¶
type Actor ¶
type Actor struct { *supervisor.BaseActor // contains filtered or unexported fields }
Actor ...
func (*Actor) SetState ¶
func (e *Actor) SetState(params supervisor.EntityStateParams) error
SetState ...
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 supervisor.EntityStateParams `json:"new_state"` // contains filtered or unexported fields }
Message ...
Click to show internal directories.
Click to hide internal directories.