mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Signed-off-by: Laith Budairi <laith.budairi@exalt.ps>
This commit is contained in:
parent
89e445f4f2
commit
a2eea9be82
@ -964,7 +964,7 @@ public class EvccHandler extends BaseThingHandler {
|
||||
|
||||
Plan plan = null;
|
||||
if (vehicle != null) {
|
||||
vehicle.getPlan();
|
||||
plan = vehicle.getPlan();
|
||||
}
|
||||
if (plan == null && vehiclePlans.get(vehicleName) == null) {
|
||||
vehiclePlans.put(vehicleName, new Triple<>(false, 100f, ZonedDateTime.now().plusHours(12)));
|
||||
|
Loading…
Reference in New Issue
Block a user