Action Shortnames
Many actions can be written using a short alias when used inside
app.actions or rules. The short form saves bytes in payloads and
is especially common in rule definitions.
| Short | Full action | Description |
|---|---|---|
g | gotoPage | Go to a specific page in a DV |
gw | gotoWidget | Open a widget’s DED (detail view) |
s | show | Make a widget visible |
h | hide | Hide a widget |
u | updateLocal | Update a widget value locally |
r | updateRemote | Push a widget value to the backend |
na | netact | Activate a network |
nd | netdeact | Deactivate a network |
d | delmsg | Delete a msglist entry |
pb | pageBack | Go back one page in history |
updateOutput,beep,vibr,msg,led0–led3,run(runis used for system commands,rfor updateRemote), andclosededdo not have short aliases.
Related
Section titled “Related”- App Actions – full documentation for every action
- Rules Config – using actions in rules