Skip to content

Commit 05c524e

Browse files
committed
Fix default values in device model
Signed-off-by: Piet Gömpel <pietgoempel@gmail.com>
1 parent 2d7f1d1 commit 05c524e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/v2/component_config/custom/Connector_1_1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"description": "This variable reports current availability state for the Connector. Optional, because already reported in StatusNotification.",
2222
"type": "string",
23-
"default": ""
23+
"default": "Available"
2424
},
2525
"ConnectorAvailable": {
2626
"variable_name": "Available",

config/v2/component_config/custom/Connector_2_1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"description": "This variable reports current availability state for the Connector. Optional, because already reported in StatusNotification.",
2222
"type": "string",
23-
"default": ""
23+
"default": "Available"
2424
},
2525
"ConnectorAvailable": {
2626
"variable_name": "Available",

config/v2/component_config/standardized/ChargingStation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"description": "This variable reports current availability state for the ChargingStation",
3737
"type": "string",
38-
"default": ""
38+
"default": "Available"
3939
},
4040
"ChargingStationPhaseRotation": {
4141
"variable_name": "PhaseRotation",

0 commit comments

Comments
 (0)