Add a plugged in state to evcharger interface
This commit is contained in:
parent
67b097f2fe
commit
ea84a2046a
@ -7,6 +7,11 @@
|
|||||||
"type": "double",
|
"type": "double",
|
||||||
"writable": true,
|
"writable": true,
|
||||||
"unit": "Ampere"
|
"unit": "Ampere"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "pluggedIn",
|
||||||
|
"type": "bool",
|
||||||
|
"optional": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user