no message

This commit is contained in:
2025-06-25 10:02:17 +02:00
parent 5c105ff95c
commit 19781772f7

View File

@@ -388,7 +388,7 @@ class Ladestation_v2 extends IPSModule
if (json_last_error() === JSON_ERROR_NONE && isset($easee_data["chargerOpMode"])) {
if ($easee_data["chargerOpMode"] != 1) {
if ($easee_data["chargerOpMode"] != 1 && $easee_data["chargerOpMode"] != 6 && $easee_data["chargerOpMode"] != 7) {
$car_on_station = true;
}
else{