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:
Thodoris Greasidis 2020-06-29 16:04:37 +03:00
parent 361e54b3bd
commit 6add63c6ac

View File

@ -94,6 +94,7 @@ export default class DeviceCmd extends Command {
'status',
'is_online',
'ip_address',
'mac_address',
'application_name',
'last_seen',
'uuid',