Device Properties
This part of Device API describes how to get device properties.
Get Properties CloudGateway
GET /v3/devices/{device_id}/properties
Request
$ curl http://api.enapter.com/v3/devices/fecbbba0-79f2-4e9e-a6f0-69a310ab110b/properties
Response
{
"fw_ver": "3.0.0",
"vendor": "Enapter",
"serial_number": "AABBCC-DDEE"
}
The device properites are present in response as key-value object, where key is property name and value is property value.