Authorization: Bearer ********************
curl --location --request GET 'https://mock.apidog.com/m1/479670-0-default/v1/site/abc-789/device/xyz-123'
type
. They are not user-adjustable and should be configured during installation / commissioning.type
{
"id": "xyz-123",
"site_id": "abc-789",
"manufacturer_name": "DeviceMaker",
"product_name": "Model 1",
"serial_number": "123456789",
"type": "BATTERY",
"attributes": {
"battery_capacity_wh": 15000,
"battery_power_input_w": 6000,
"battery_power_output_w": 7500
},
"configuration": {
"reserve_percentage": 20
},
"install_date": "2022-02-22",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}