Merge PR #453: Add a plugged in state to evcharger interface

pull/466/head
Jenkins nymea 2021-09-06 09:05:04 +02:00
commit 3080360d3a
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
"type": "double",
"writable": true,
"unit": "Ampere"
},
{
"name": "pluggedIn",
"type": "bool",
"optional": true
}
]
}