Get Logical address information
Returns logical address - an entity defines the device/user address in the address hierarchy and is used during a call.
device_code is 0 - for master device, and [1-8] - for a slave device.
Some settings sync between devices and you can change setting only if you work with master device
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
- Concierge
Schema
- MOD1
- MOD2
- building integerPossible values: >= 1and<= 9999
- unit integerPossible values: <= 99
- floor integerPossible values: <= 98
- family integerPossible values: <= 99
- device_code integerPossible values: <= 8Is used for syncing device. - 0 - master device
- 1-8 - slave devices
 
- sync string
- family integerPossible values: >= 1and<= 8
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": "Log In"
}
{
  "error": "Log In"
}
Loading...