Optional
Readonly
adminController own Fabric ID used to initialize the Controller the first time and to generate the Root certificate. Cannot be changed afterward. Default: 1
Optional
Readonly
adminFabric Index used to initialize the Controller the first time. Cannot be changed afterward. Default: 1
Optional
Readonly
adminAdmin Vendor ID used for all commissioning operations. Cannot be changed afterward. Default: 0xFFF1
Optional
Readonly
autoIf set to false, the controller will not connect to any device on startup. You need to use connectNode() or connect() to connect to the relevant nodes in this case. Else all nodes are connected on startup.
Optional
Readonly
caseCASE Authenticated Tags used to initialize the Controller the first time. Cannot be changed afterward. Maximum 3 tags are supported.
Optional
Readonly
environment?: ControllerEnvironmentOptionsWhen used with the new API Environment set the environment here and the CommissioningServer will self-register on the environment when you call start().
Optional
Readonly
listeningListening address for IPv4. By default, the interface will listen on all IPv4 addresses.
Optional
Readonly
listeningListening address for IPv6. By default, the interface will listen on all IPv6 addresses.
Optional
Readonly
localLocal port number to use for the UDP interface. By default, a random port number will be generated (strongly recommended!).
Constructor options for the CommissioningController class