Merge PR #471: Add charging state to evcharger interface
This commit is contained in:
commit
4f7a81e2dc
@ -12,6 +12,12 @@
|
||||
"name": "pluggedIn",
|
||||
"type": "bool",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "charging",
|
||||
"type": "bool",
|
||||
"logged": true,
|
||||
"optional": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user