zigbee-herdsman › "controller/controller" › Options
- Options
• acceptJoiningDeviceHandler: function
Defined in controller/controller.ts:26
This lambda can be used by an application to explictly reject or accept an incoming device. When false is returned zigbee-herdsman will not start the interview process and immidiately try to remove the device from the network.
▸ (ieeeAddr: string): Promise‹boolean›
Parameters:
| Name | Type |
|---|---|
ieeeAddr |
string |
• backupPath: string
Defined in controller/controller.ts:20
• databasePath: string
Defined in controller/controller.ts:19
• network: NetworkOptions
Defined in controller/controller.ts:17
• serialPort: SerialPortOptions
Defined in controller/controller.ts:18