Globals / "src/controller/controller" / Options
- Options
• acceptJoiningDeviceHandler: (ieeeAddr: string) => Promise<boolean>
Defined in src/controller/controller.ts:31
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.
• adapter: AdapterOptions
Defined in src/controller/controller.ts:25
• backupPath: string
Defined in src/controller/controller.ts:24
• databaseBackupPath: string
Defined in src/controller/controller.ts:23
• databasePath: string
Defined in src/controller/controller.ts:22
• network: NetworkOptions
Defined in src/controller/controller.ts:20
• serialPort: SerialPortOptions
Defined in src/controller/controller.ts:21