Skip to content

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 } }

The ID (index) of the currently displayed page within the active DV.

Configuration variables

  • Type: string
  • Sent on: Page navigation
{ "devdata": { "ui": { "currentpage": "1" } } }

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" } } }