Get logical address
Returns 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 1–8 for slave devices. Some settings are synchronized across devices and can only be changed on the master device.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
- Concierge
Schema
- MOD1
- MOD2
- building integer
Possible values:
>= 1and<= 9999Building number
- unit integer
Possible values:
<= 99Unit number
- floor integer
Possible values:
<= 98Floor number
- family integer
Possible values:
<= 99Family number
- device_code integer
Possible values:
<= 8Device code. It is used for syncing device.
- 0 - master device
- 1-8 - slave devices
- sync string
Device syncing code
- family integer
Possible values:
>= 1and<= 8Family number
oneOf
{
"building": 1,
"unit": 1,
"floor": 1,
"family": 11,
"device_code": 0,
"sync": "123456"
}
{
"building": 1,
"unit": 1,
"floor": 1,
"family": 11,
"device_code": 0,
"sync": "123456"
}
{
"family": 1
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...