Device Work
Device Work
Section titled “Device Work”devwork actions are one-shot housekeeping commands sent as an array
under the devwork key. Unlike devcfg, they do not change
persistent configuration — they perform a single task and then
complete. Some actions return a response in a subsequent uplink
message.
{ "devwork": [ { "a": "<action>", "p": { } } ]}| Group | Action type |
|---|---|
| File Operations | fdld, fcre, fapp, fmv, fdel, fmkd, ffmt, fget |
| Device Actions | reboot, debug, alloc_local, return_local |
Related
Section titled “Related”- Downlink Commands — the full downlink directory
- MQTT Overview — message envelope and topic structure
- Configuration Files — where persistent config is stored