Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoFirmware = errors.New("No firmware, only bootloader")
Functions ¶
func NewAcmClient ¶
Types ¶
type CordinatorConfig ¶
type CordinatorDevice ¶
type CordinatorDevice struct {
Device
// contains filtered or unexported fields
}
func NewCordinatorDevice ¶
func NewCordinatorDevice(cfg *CordinatorConfig) *CordinatorDevice
type Device ¶
func (*Device) Reset ¶
func (d *Device) Reset() (ind *codec.ResetIndFormat, err error)
Reset to reset the chip and wait for it to startup
func (*Device) StartStack ¶
StartStack try to start the zigbee stack in ZNP device. error ErrNoFirmware means there is no App firmware, only bootloader exist
Click to show internal directories.
Click to hide internal directories.