Set main screen custom hints
The text displayed on the panel main screen can be customized, for example, concierge number to call or other instructions
- For AA-07 main screen hints looks like: - "Call: RoomNo+#"
- "Center: 0000+#"
- "Unlock: #+PSW+#"
- "Cancel: Press *"
- "Address book: Press ↕"
- "Press * twice to start face recognition"
 
- For AA-12FB with different buttons main screen hints looks like: - "Call: Apartment № -> /s3"
- "Concierge: Press /s2"
- "Unlock: /s3 -> Password -> /s3"
- "Cancel: Press /s1"
- "Address book: Press /s4 or /s5"
- "Press /s1 twice to recognize face/QR code"
 
where /s1 - cancel button (x), /s2 - concierge/info button, /s3 - call button, /s4 and /s5 - arrows up and down
- For AA-14FB endpoint is not available
- application/json
Request Body required
- text string[] requiredList of text hints 
Responses
- 200
- 400
- 401
- 404
OK
- Missed json body or wrong param.
Response sample:"error": "Wrong JSON body"
- Required field is not provided.
Response sample:where"error": "Wrong JSON body: no value for `param`"param- is a required field that was not provided
- Field was of the wrong type.
Response sample:where"error": "Wrong JSON body: value `param` was of the wrong type"param- is a field of the wrong type
- application/json
- Schema
- Example (from schema)
- Base
- Missed param
- Wrong param type
Schema
- error stringError 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"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
This feature is disabled on your device
Loading...