From 0697c9da69c738a3eb41355b00cb8f302b85fa1d Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 6 Jun 2024 13:59:26 +0200 Subject: [PATCH] Fix min_price and min_time --- etc/psa_tariff/tariff01.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/psa_tariff/tariff01.json b/etc/psa_tariff/tariff01.json index b357ae2..901b49f 100644 --- a/etc/psa_tariff/tariff01.json +++ b/etc/psa_tariff/tariff01.json @@ -64,11 +64,11 @@ "pop_day_end_time": "00:00:00", "pop_day_night_end_time": "00:00:00", "pop_price_night": 0, - "pop_min_time": 4, + "pop_min_time": 30, "comment_pop_min_time": "(30/0,7) * 1 : 30mins are 70 cent", "pop_max_time": 257, "comment_pop_max_time": "(30/0,7) * 60: 30mins are 70 cent", - "pop_min_price": 10, + "pop_min_price": 70, "pop_max_price": 600, "pop_carry_over": 1, "pop_carry_over_time_range": 1,