Versions in this module Expand all Collapse all v0 v0.1.0 Jan 19, 2022 Changes in this version + type Address struct + Extended MACAddress + Mode AddressMode + Short uint16 + type AddressMode byte + const AddressModeCombined + const AddressModeGroup + const AddressModeIEEE + const AddressModeNWK + const AddressModeNone + func (m AddressMode) String() string + type Controller interface + PermitJoining func(enabled bool) error + Send func(message OutgoingMessage) error + Start func() (chan IncomingMessage, error) + type ControllerSettings struct + LogCommands bool + LogErrors bool + Port string + type IncomingMessage struct + ClusterID uint16 + Data []byte + DestinationEndpoint uint8 + LinkQuality uint8 + Source Address + SourceEndpoint uint8 + type MACAddress uint64 + func (a MACAddress) String() string + type OutgoingMessage struct + ClusterID uint16 + Data []byte + Destination Address + DestinationEndpoint uint8 + Radius uint8 + SourceEndpoint uint8