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)
- Example
Schema
- elevator_numbers integer[]
Possible values:
>= 10
and<= 100000
array that contains EVRC-IP device numbers
{
"elevator_numbers": [
11
]
}
{
"elevator_numbers": [
11
]
}
Validation error. Required fields are not provided.
- Wrong floor number
- Missed json body or wrong param. Response sample:
"error": "Wrong JSON body"
- Required field is not provided. Response sample:
"error": "Wrong JSON body: no value for `param`"
where param
- is a required field that was not provided
- Field was of the wrong type. Response sample:
"error": "Wrong JSON body: value `param` was of the wrong type"
where param
- is a field of the wrong type
- application/json
- Schema
- Example (from schema)
- Base
- No value
- Wrong param type
- Wrong elevator number
Schema
- error string
Error message
{
"error": true
}
{
"error": "Wrong JSON body"
}
{
"error": "Wrong JSON body: no value for `param`"
}
{
"error": "Wrong JSON body: value `param` was of the wrong type"
}
{
"error": "Wrong elevator number"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...