UI State Uplink Data
Tracks which page and Device View (DV) the user is currently viewing. The device sends an update whenever the user navigates.
Key path: devdata.ui
To request current values:
{ "devdata": { "ui": null } }currentpage
Section titled “currentpage”The ID (index) of the currently displayed page within the active DV.
Configuration variables
- Type: string
- Sent on: Page navigation
{ "devdata": { "ui": { "currentpage": "1" } } }currentdv
Section titled “currentdv”The name of the currently active Device View (e.g., "home",
"lock", "duress").
Configuration variables
- Type: string
- Sent on: DV switch
{ "devdata": { "ui": { "currentdv": "home" } } }Related
Section titled “Related”- UI Config (Downlink) — lock screen, language, orientation
- Device Data overview — all uplink data groups