Merge PR #471: Add charging state to evcharger interface

pull/487/head
Jenkins nymea 2021-12-11 00:31:00 +01:00
commit 4f7a81e2dc
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
}
]
}