Get the floor number for lift module
Returns the number of the floor on which the panel is installed for identification by the lift module. The function works when using the appropriate lift module, for example EVRC-IP. For the detailed description please follow lift module manual.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- floor integer
Possible values:
<= 99
Timeout in seconds
- use_in_individual_mode boolean
Determines if elevator using in device individual mode
{
"floor": 1,
"use_in_individual_mode": false
}
{
"floor": 1
}
Log In
Loading...