From 6add63c6acc08b6b2cdab255b8368860ee821da9 Mon Sep 17 00:00:00 2001 From: Thodoris Greasidis Date: Mon, 29 Jun 2020 16:04:37 +0300 Subject: [PATCH] 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 --- lib/actions-oclif/device/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/actions-oclif/device/index.ts b/lib/actions-oclif/device/index.ts index d46b1a70..303096d4 100644 --- a/lib/actions-oclif/device/index.ts +++ b/lib/actions-oclif/device/index.ts @@ -94,6 +94,7 @@ export default class DeviceCmd extends Command { 'status', 'is_online', 'ip_address', + 'mac_address', 'application_name', 'last_seen', 'uuid',