Merge PR #727: Update electric vehicle inteface
This commit is contained in:
commit
841a00e6a7
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"description": "Interface for electric vehicles. Some electric cars require a minimum charging current, otherwise they don't start charging. Default is a minimum of 6 ampere.",
|
"description": "Interface for electric vehicles. Some cars require a minimum charging current to start charging (typically 6 A), and may also enforce a maximum charging current even if the charger supports more.",
|
||||||
"extends": ["battery"],
|
"extends": ["battery"],
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
@ -15,6 +15,14 @@
|
|||||||
"maxValue": 16,
|
"maxValue": 16,
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "maxChargingCurrent",
|
||||||
|
"type": "uint",
|
||||||
|
"unit": "Ampere",
|
||||||
|
"minValue": 16,
|
||||||
|
"maxValue": 80,
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "phaseCount",
|
"name": "phaseCount",
|
||||||
"type": "uint",
|
"type": "uint",
|
||||||
|
|||||||
Reference in New Issue
Block a user