We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527a765 commit f09dd2bCopy full SHA for f09dd2b
_alp/Classes/Class.J_EAChargePoint.java
@@ -310,6 +310,10 @@ public void setChargingAttitude(OL_ChargingAttitude chargingAttitude) {
310
this.chargingAttitude = chargingAttitude;
311
}
312
313
+ public OL_ChargingAttitude getChargingAttitude() {
314
+ return this.chargingAttitude;
315
+ }
316
+
317
public void setV2GActive(boolean activateV2G) {
318
this.V2GActive = activateV2G;
319
if(this.V2GCapable && activateV2G) {
0 commit comments