mirror of https://github.com/nymea/nymea.git
Add session energy as optional sate for ev charger
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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue