Add session energy as optional sate for ev charger
This commit is contained in:
parent
4ac016396a
commit
b5dc78d9d3
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user