Add charging state to evcharger interface

This commit is contained in:
Michael Zanetti 2021-10-19 12:57:28 +02:00
parent 432ca3f883
commit aec7400ad0

View File

@ -12,6 +12,12 @@
"name": "pluggedIn", "name": "pluggedIn",
"type": "bool", "type": "bool",
"optional": true "optional": true
},
{
"name": "charging",
"type": "bool",
"logged": true,
"optional": true
} }
] ]
} }