Devices view¶
Lists every device in the project, with filters and bulk actions.
Columns¶
| Column | Notes |
|---|---|
device_id |
Stable identifier the device reports. |
current_build_number |
What the device says it's running. |
framework / chip |
Compatibility profile. |
channel |
Release channel. |
groups |
All group memberships. |
last_seen |
Heartbeat from /check/ (any call). |
active |
If false, no updates will be offered. |
Filters¶
- By channel.
- By group.
- By framework / chip.
- By "stale" (last_seen older than N days).
- By
activeflag.
Bulk actions¶
- Add to group / Remove from group.
- Move to channel.
- Activate / Deactivate (audited).
Manual creation¶
Most fleets rely on auto-registration, but you can add devices manually
for factory-time provisioning. The form requires a device_id,
framework, and chip; everything else can be left blank and the device
will fill it in on first check.