Add charging state to evcharger interface
This commit is contained in:
parent
432ca3f883
commit
aec7400ad0
@ -12,6 +12,12 @@
|
|||||||
"name": "pluggedIn",
|
"name": "pluggedIn",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"optional": true
|
"optional": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "charging",
|
||||||
|
"type": "bool",
|
||||||
|
"logged": true,
|
||||||
|
"optional": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user