Add a plugged in state to evcharger interface

pull/453/head
Michael Zanetti 2021-08-09 16:18:46 +02:00
parent 67b097f2fe
commit ea84a2046a
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
}
]
}