Update evcharger interface and change maxChargingCurrent to double
for precise energy adjustments if possible
This commit is contained in:
parent
8ca1bca75d
commit
7e070aeccb
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"description": "An EV-charger. Extends the power interface for charging/not charging an electric vehicle. Supports regulation of the max. charging current in addition to be powered on or off.",
|
"description": "An electric vehicle charger. Extends the power interface to report plug/charge state and session energy, and to optionally control charging current and phase count in addition to on/off power control.",
|
||||||
"extends": ["power"],
|
"extends": ["power"],
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "maxChargingCurrent",
|
"name": "maxChargingCurrent",
|
||||||
"type": "uint",
|
"type": "double",
|
||||||
"writable": true,
|
"writable": true,
|
||||||
"unit": "Ampere",
|
"unit": "Ampere",
|
||||||
"minValue": "any",
|
"minValue": "any",
|
||||||
|
|||||||
Reference in New Issue
Block a user