Skip to content

Commit f09dd2b

Browse files
committed
Update Class.J_EAChargePoint.java
1 parent 527a765 commit f09dd2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_alp/Classes/Class.J_EAChargePoint.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@ public void setChargingAttitude(OL_ChargingAttitude chargingAttitude) {
310310
this.chargingAttitude = chargingAttitude;
311311
}
312312

313+
public OL_ChargingAttitude getChargingAttitude() {
314+
return this.chargingAttitude;
315+
}
316+
313317
public void setV2GActive(boolean activateV2G) {
314318
this.V2GActive = activateV2G;
315319
if(this.V2GCapable && activateV2G) {

0 commit comments

Comments
 (0)