API Guide

Table Of Contents
HTTP response
codes
200
Example
Input:
{
"Settings":[
{
"Id": 1,
"Value": 1
},
{
"Id": 2,
"Value": 1
},
{
"Id": 3,
"Value": 15
},
{
"Id": 5,
"Value": 90
},
{
"Id": 6,
"Value": 2
},
{
"Id": 7,
"Value": 8
},
{
"Id": 8,
"Value": 1
}
]
}
Output:
{
"Status": true
}
Table 8. Power Settings Enumeration
Enumeration Value Description
1 Temperature Display Unit
2 Power Display Unit
3 Metric Gathering Interval
5 Built-in Report Time Interval
6 Built-in report Time Granularity
7 Top Energy Consumers Duration
8 Delete Metric Data
Table 9. Temperature Display Unit Enumeration
Enumeration Value Description
1 Celsius
2 Fahrenheit
Settings 19