Skip to content

Latest commit

 

History

History
81 lines (45 loc) · 2.47 KB

_src_controller_controller_.options.md

File metadata and controls

81 lines (45 loc) · 2.47 KB

zigbee-herdsman

Globals / "src/controller/controller" / Options

Interface: Options

Hierarchy

  • Options

Index

Properties

Properties

acceptJoiningDeviceHandler

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

adapter: AdapterOptions

Defined in src/controller/controller.ts:25


backupPath

backupPath: string

Defined in src/controller/controller.ts:24


databaseBackupPath

databaseBackupPath: string

Defined in src/controller/controller.ts:23


databasePath

databasePath: string

Defined in src/controller/controller.ts:22


network

network: NetworkOptions

Defined in src/controller/controller.ts:20


serialPort

serialPort: SerialPortOptions

Defined in src/controller/controller.ts:21