Skip to content

Capability Actions Device Discovery

Peter Wood edited this page Dec 19, 2020 · 3 revisions

This capability usually only exists on the self device that represents a gateway. It is used to control if devices can be added to a device, or to search for new devices that may have been added but require a rescan of a bus or similar.

Enable

Enables device discovery on the gateway the device represents, enablement will fail if Duration is not specified > 0.

Options / Body

{
    "Duration": <discovery duration in milliseconds>
}

Disable

Disables device discovery on the gateway the device represents.

No Options / Body