Device versions
Get information about:
- firmware version
- framework version
- frontend version
- API version
- device model and type
- device serial number
- device mode
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- firmware_version string
currently installed firmware version
- framework_version string
currently used device's internal framework version
- frontend_version string
current frontend build
- api_version string
version of API specification compatible with current firmware
- device_type string
Possible values: [
lift-controller
]Type of device (panel/monitor/lift)
- device_name string
device's displayed name (for most cases same as device's model)
- device_serial_number string
unique serial number for each device
- device_model string
Possible values: [
evrc-ip
]device's actual model
- commit string
internal info
- device_mode string
Possible values: [
access-control-manual
,call-any
,call-up
,call-down
,call-up-down
]Default value:
call-any
Mode Available ports Description access-control-manual 16 Module duplicates the floor buttons in the lift car and allows them to be activated when using identifiers (RFID, QR etc.) call-any 16 Mode duplicates the functionality of the lift call buttons on the floor, the relay contacts are connected to the UP or DOWN buttons contacts on the floor or device that replaces them.
Reacts on incoming "Permit" broadcast - the lift will arrive at the monitor installation floor when Permit button is pressed.
Also allows:- Call lift to the panel floor when using identifier with panel
- Call lift to the panel floor when the lock is opened during a call between the panel and the monitor
call-up 16 Mode duplicates the functionality of the lift call buttons on the floor, the relay contacts are connected to the UP buttons contacts on the floor or device that replaces them. Reacts on incoming "Appoint" broadcast - the lift will arrive at the monitor installation floor when UP button is pressed.
Also allows if handle_permit_in_updown_mode enabled:- Call lift to the panel floor when using identifier with panel
- Call lift to the panel floor when the lock is opened during a call between the panel and the monitor
- Reacts on incoming "Permit" broadcast - the lift will arrive at the monitor installation floor when Permit button is pressed.
call-down 16 Mode duplicates the functionality of the lift call buttons on the floor, the relay contacts are connected to the DOWN buttons contacts on the floor or device that replaces them. Reacts on incoming "Appoint" broadcast - the lift will arrive at the monitor installation floor when DOWN button is pressed.
Also allows if handle_permit_in_updown_mode enabled:- Call lift to the panel floor when using identifier with panel
- Call lift to the panel floor when the lock is opened during a call between the panel and the monitor
- Reacts on incoming "Permit" broadcast - the lift will arrive at the monitor installation floor when Permit button is pressed.
call-up-down 8 up, 8 down Mode duplicates the functionality of the lift call buttons on the floor, the relay contacts are connected to the UP and DOWN buttons contacts on the floor or device that replaces them. Reacts on incoming "Appoint" broadcast - the lift will arrive at the monitor installation floor when UP or DOWN button is pressed.
Relays 1-8 are connected to the lift call DOWN buttons.
Relays 9-16 are connected to the lift call UP buttons.
Also allows if handle_permit_in_updown_mode enabled:- Call lift to the panel floor when using identifier with panel
- Call lift to the panel floor when the lock is opened during a call between the panel and the monitor
- Reacts on incoming "Permit" broadcast - the lift will arrive at the monitor installation floor when Permit button is pressed.
{
"firmware_version": "1.0.0",
"framework_version": "1.6.6",
"frontend_version": "1.0.0",
"api_version": "0.1.0",
"device_type": "lift-controller",
"device_name": "EVRC-IP",
"device_serial_number": "eb7cf2bc-623c-4fa3-9d04-29758df1b4b8",
"device_model": "evrc-ip",
"commit": "34e3e673287b624acb4dd31bd6faedf9634037eb",
"device_mode": "access-control-manual"
}
{
"firmware_version": "2.0.0",
"framework_version": "1.5.4 20191023",
"frontend_version": "1.0.2",
"api_version": "1.0.0",
"device_type": "lift-controller",
"device_name": "EVRC-IP",
"device_serial_number": "eb7cf2bc-623c-4fa3-9d04-29758df1b4b8",
"device_model": "evrc-ip",
"commit": "34e3e673287b624acb4dd31bd6faedf9634037eb",
"device_mode": "call-any"
}
Loading...