POST the list of EVRC-IP devices numbers that will process the commands from this panel
PLEASE BE NOTED THAT THIS FEATURE WORKS ONLY WITH EVRC-IP VERSION 2.2.0 or higher. Sets the array of number where each represents a device number for EVRC-IP.
Only those lift modules which device number is in the array will process the commands from this panel. If the list is empty ALL modules in the network will process the command.
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
- elevator_numbers integer[]
Possible values:
>= 10
and<= 100000
array that contains EVRC-IP device numbers
{
"elevator_numbers": [
11
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
error type/info
{
"error": "Wrong JSON body"
}
{
"error": "Wrong JSON body"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...