mirror of https://github.com/nymea/nymea.git
Add charging state to evcharger interface
parent
432ca3f883
commit
aec7400ad0
|
|
@ -12,6 +12,12 @@
|
|||
"name": "pluggedIn",
|
||||
"type": "bool",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "charging",
|
||||
"type": "bool",
|
||||
"logged": true,
|
||||
"optional": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue