Skip to main content
Version: 1.0

Zigbee

The Zigbee component handles Zigbee connectivity services of a device. The Zigbee component uses Zigbee as RPC namespace. It handles the Zigbee services of a device and provides the minimal component interface:

Methods

Zigbee.SetConfig

Properties:

PropertyTypeDescription

config

object

Configuration that the method takes

Find more about the config properties in config section

Zigbee.GetConfig

Find the Zigbee.GetConfig response properties in config section

Configuration

The configuration of the Zigbee component allows enabling or disabling the Zigbee connectivity.

Properties:

PropertyTypeDescription

enable

boolean

True if Zigbee connectivity is enabled, false otherwise

Zigbee.SetConfig example

http://192.168.33.1/rpc/Zigbee.SetConfig?config={"enable":false}

Response

{
"restart_required": true
}

Zigbee.GetConfig example

http://192.168.33.1/rpc/Zigbee.GetConfig

Response

{
"enable": true
}