no message
This commit is contained in:
@@ -187,7 +187,6 @@ class Ladestation_v2 extends IPSModule
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
$this->SetValue("Car_detected", false);
|
$this->SetValue("Car_detected", false);
|
||||||
$this->sendPowerToStation(32);
|
$this->sendPowerToStation(32);
|
||||||
@@ -269,7 +268,7 @@ class Ladestation_v2 extends IPSModule
|
|||||||
else{
|
else{
|
||||||
$this->SetValue("Car_detected", false);
|
$this->SetValue("Car_detected", false);
|
||||||
}*/
|
}*/
|
||||||
if ($data["car"] != 1) {
|
if ($data["State"] != 1) {
|
||||||
$car_on_station = true;
|
$car_on_station = true;
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
|||||||
Reference in New Issue
Block a user