mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Add back the device mac_address field
Looks like this was accidentally removed during the oclif refactor of `balena device` Change-type: patch See: https://github.com/balena-io/balena-cli/pull/1871 Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
This commit is contained in:
parent
361e54b3bd
commit
6add63c6ac
@ -94,6 +94,7 @@ export default class DeviceCmd extends Command {
|
||||
'status',
|
||||
'is_online',
|
||||
'ip_address',
|
||||
'mac_address',
|
||||
'application_name',
|
||||
'last_seen',
|
||||
'uuid',
|
||||
|
Loading…
Reference in New Issue
Block a user