Set panel work mode to Wall mode
Set panel work mode to Wall mode.
- In 
Wallmode you must enter full logical address, including building, unit, floor and apartment number to call the desired apartment - If 
No unitfeature enabled then you must enter building, unit, and apartment number 
Query Parameters
- no_unit boolean required
Unit number is not used when calling if noUnit is true
 - device integer required
Possible values:
>= 1and<= 9000Device Number [1-9000]
 
Responses
- 200
 - 400
 - 401
 
OK
Validation error or required fields are not provided
- application/json
 
- Schema
 - Example (from schema)
 - Wrong device
 - Wrong no Unit
 - Missed no Unit
 - Missed device
 
Schema
- error string
Error message
 
{
  "error": "Wrong building. Available values are in range: [1, 9999]"
}
{
  "error": "Wrong device. Available values are in range: [1, 9000]"
}
{
  "error": "Wrong noUnit parameter"
}
{
  "error": "Missed noUnit parameter"
}
{
  "error": "Missed device parameter"
}
Unauthorized request. Log In
- application/json
 
- Schema
 - Example (from schema)
 - Log In
 
Schema
- error string
Error message
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...