Merge PR #471: Add charging state to evcharger interface

This commit is contained in:
Jenkins nymea 2021-12-11 00:31:00 +01:00
commit 4f7a81e2dc

View File

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