mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-06 11:51:42 +01:00
02221ac7bf
Useful for rapid development and previewing of the HTML.
21 lines
337 B
JSON
21 lines
337 B
JSON
{
|
|
"config": {
|
|
"title": "SMES"
|
|
},
|
|
"data": {
|
|
"nameTag": "Test SMES",
|
|
"storedCapacity": 50,
|
|
"storedCapacityAbs": 400,
|
|
"storedCapacityMax": 800,
|
|
"charging": 1,
|
|
"chargeMode": 1,
|
|
"chargeLevel": 100,
|
|
"chargeMax": 250,
|
|
"chargeLoad": 0,
|
|
"outputOnline": 1,
|
|
"outputLevel": 75,
|
|
"outputMax": 250,
|
|
"outputLoad": 45
|
|
}
|
|
}
|