Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The user interface on the touch screen is PIN-protected. These REST calls can be used to check and update the PIN.

URL

http://<<ip address>>/rest/

network

pin/

ipaddress

check

Method

GET

Response

Code Block

PUT

Description

Gets a list of currently defined IP addresses

Check if a given PIN code is correct

Request

Code Block
languagejson
{
  "pin": «PIN»
}

Response

HTTP204 when pin valid

HTTP401 when pin invalid

URL

http://<<ip address>>/rest/pin/update

Method

PUT

Description

Check if a given PIN code is correct

Request

Code Block
languagejson
{
  "
ipaddress
oldpin": 
[«list
«PIN»,
 
of
 
ip addresses»]
"newpin": «PIN»
}
Status

Response

StatuscolourGreentitleimplemented

HTTP204 when updated

HTTP401 when oldpin invalid

HTTP400 when newpin invalid (must be numeric, 6 characters)