mirror of
https://github.com/Andre0512/hon-test-data.git
synced 2024-01-19 02:51:47 +00:00
37 lines
798 B
JSON
37 lines
798 B
JSON
|
{
|
||
|
"resultCode": "0",
|
||
|
"programsCounter": 0,
|
||
|
"mostUsedPrograms": [],
|
||
|
"temperatureUsage": {
|
||
|
"temp40": 6,
|
||
|
"temp0to30": 16,
|
||
|
"temp60to90": 11
|
||
|
},
|
||
|
"loadingPercentage": [
|
||
|
{
|
||
|
"max": 0.5,
|
||
|
"date": "1970-01-01T00:00:00.0Z",
|
||
|
"current": 0.5
|
||
|
},
|
||
|
{
|
||
|
"max": 0.2,
|
||
|
"date": "1970-01-01T00:00:00.0Z",
|
||
|
"current": 0.2
|
||
|
},
|
||
|
{
|
||
|
"max": 6,
|
||
|
"date": "1970-01-01T00:00:00.0Z",
|
||
|
"current": 6
|
||
|
},
|
||
|
{
|
||
|
"max": 0.7,
|
||
|
"date": "1970-01-01T00:00:00.0Z",
|
||
|
"current": 0.7
|
||
|
},
|
||
|
{
|
||
|
"max": 1,
|
||
|
"date": "1970-01-01T00:00:00.0Z",
|
||
|
"current": 1
|
||
|
}
|
||
|
]
|
||
|
}
|