Skip to main content

Set logical address

Configures the logical address of the device. The logical address defines the device's position in the building address hierarchy and is used for call routing.

device_code is 0 for the master device and 18 for slave devices. Some settings are synchronized across devices and can only be changed on the master device.

Request Body required
    oneOf

  • building integer required

    Possible values: >= 1 and <= 9999

    Building number

  • unit integer required

    Possible values: <= 99

    Unit number

  • floor integer required

    Possible values: <= 98

    Floor number

  • family integer required

    Possible values: <= 99

    Family number

  • device_code integer required

    Possible values: <= 8

    Device code. It is used for syncing device.

    • 0 - master device
    • 1-8 - slave devices
  • sync string required

    Device syncing code

Responses

OK

Loading...