API add device attribute 'ethernet_mac'
As of 20190912 one is able to pull the ethernet mac address from a device via the web interface (/admin/device/<id>) assuming the device has an ethernet port.
I would like an attribute 'ethernet_mac' to be added to devices that have ethernet ports.
curl --user ${API_KEY}: https://a.simplemdm.com/api/v1/devices/<id>
1
vote

Attribute “ethernet_macs” has been added.