Skip to content

Commit

Permalink
make TxStartPoint and TxStopPoint RW and remove ParkingBayOccupancy f…
Browse files Browse the repository at this point in the history
…rom valuesList

Signed-off-by: pietfried <[email protected]>
  • Loading branch information
Pietfried committed Apr 4, 2024
1 parent bf67e9f commit 03a8f6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/v201/component_schemas/standardized/TxCtrlr.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@
"TxStartPoint": {
"variable_name": "TxStartPoint",
"characteristics": {
"valuesList": "ParkingBayOccupancy,EVConnected,Authorized,PowerPathClosed,EnergyTransfer,DataSigned",
"valuesList": "EVConnected,Authorized,PowerPathClosed,EnergyTransfer,DataSigned",
"supportsMonitoring": true,
"dataType": "MemberList"
},
"attributes": [
{
"type": "Actual",
"mutability": "ReadOnly"
"mutability": "ReadWrite"
}
],
"description": "Defines when the Charging Station starts a new transaction",
Expand All @@ -134,14 +134,14 @@
"TxStopPoint": {
"variable_name": "TxStopPoint",
"characteristics": {
"valuesList": "ParkingBayOccupancy,EVConnected,Authorized,PowerPathClosed,EnergyTransfer",
"valuesList": "EVConnected,Authorized,PowerPathClosed,EnergyTransfer",
"supportsMonitoring": true,
"dataType": "MemberList"
},
"attributes": [
{
"type": "Actual",
"mutability": "ReadOnly"
"mutability": "ReadWrite"
}
],
"description": "Defines when the Charging Station ends a transaction",
Expand Down

0 comments on commit 03a8f6f

Please sign in to comment.