App Downlink
The app downlink section controls what the user sees on the device
screen. You can send new widget values, trigger UI actions, and manage
message lists.
Commands target a named Device View (DV) and can include both
data and actions in the same message.
{ "app": { "<dvname>": { "data": { "<widgetname>": <value> }, "actions": [ { "a": "<action>", "p": "<param>" } ] } }}| Group | Content |
|---|---|
| Actions | netact, beep, vibr, led, show, hide, gotoWidget, updateLocal, updateRemote, updateOutput, … |
| Msglist Protocol | Add, update, delete messages; TLV encoding for BLE |
Related
Section titled “Related”- Downlink Commands — the full downlink directory
- Uplink App Events — how the device reports button presses and message reads
- Configuration Files — how DVs are defined in allocdata