This interface was moved from /rest/demo
to its own path and augmented in version 1.2.
URL |
|
---|---|
Method | PUT |
Description | Sets the scanner serial number to connect to. After a restart, the cabinet will try to connect to this GeneralScan scanner in HID mode. |
Request | { "serial": «scanner serial number» } |
Response | HTTP204 when successful |
Possible Errors | HTTP400 when request is invalid |
Status | IMPLEMENTED |
URL |
|
---|---|
Method | GET |
Description | Gets the scanner serial number the cabinet connects to. |
Response | { "serial": «scanner serial number», "mac": «scanner MAC address (if available)» } |
Status | IMPLEMENTED |
Add Comment