Add charging state to evcharger interface

pull/471/head
Michael Zanetti 2021-10-19 12:57:28 +02:00
parent 432ca3f883
commit aec7400ad0
1 changed files with 6 additions and 0 deletions

View File

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