Commit 70730ab
committed
feat(halpi): show device_id in status output
The device unique ID is already exposed by halpid at /values/device_id,
but the halpi CLI had no way to display it. Add it to the version block
of `halpi status` so it sits alongside hardware_version and
firmware_version. Widen the value column from 15 to 16 chars to fit the
16-char hex ID without misaligning the rest of the table.1 parent 97017ce commit 70730ab
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
96 | | - | |
| 97 | + | |
97 | 98 | | |
98 | | - | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments