Skip to content

Latest commit

 

History

History
71 lines (40 loc) · 1.96 KB

File metadata and controls

71 lines (40 loc) · 1.96 KB

zigbee-herdsman"controller/controller"Options

Interface: Options

Hierarchy

  • Options

Index

Properties

Properties

acceptJoiningDeviceHandler

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.

Type declaration:

▸ (ieeeAddr: string): Promise‹boolean›

Parameters:

Name Type
ieeeAddr string

backupPath

backupPath: string

Defined in controller/controller.ts:20


databasePath

databasePath: string

Defined in controller/controller.ts:19


network

network: NetworkOptions

Defined in controller/controller.ts:17


serialPort

serialPort: SerialPortOptions

Defined in controller/controller.ts:18