Get 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
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- A A07
- A A-12 F B
Schema
- status boolean
Determines whether the feature is enabled
- text string[]
List of text hints
{
"status": true,
"text": [
"Call: RoomNo+#",
"Center: 0000+#",
"Unlock: #+PSW+#",
"Cancel: Press *",
"Address book: Press ↕",
"Press * twice to start face recognition"
]
}
{
"status": true,
"text": [
"Call: RoomNo+#",
"Center: 0000+#",
"Unlock: #+PSW+#",
"Cancel: Press *",
"Address book: Press ↕",
"Press * twice to start face recognition"
]
}
{
"status": false,
"text": [
"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"
]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
This feature is disabled on your device
Loading...