Add session energy as optional sate for ev charger

pull/474/head
Simon Stürz 2021-10-22 14:06:17 +02:00
parent 4ac016396a
commit b5dc78d9d3
1 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,13 @@
"minValue": 1, "minValue": 1,
"maxValue": 3, "maxValue": 3,
"optional": true "optional": true
},
{
"name": "sessionEnergy",
"type": "double",
"logged": true,
"unit": "KiloWattHour",
"optional": true
} }
] ]
} }