From 328cbf25a9a26b6ef46dd58f323ccb75d84fb8bd Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 17 Jul 2024 08:48:06 +0200 Subject: [PATCH] Set max-time to 150 (30 (free) + 120) --- etc/psa_tariff/tariff01.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/psa_tariff/tariff01.json b/etc/psa_tariff/tariff01.json index 1115de3..63bf46a 100644 --- a/etc/psa_tariff/tariff01.json +++ b/etc/psa_tariff/tariff01.json @@ -56,7 +56,7 @@ "pop_price_night": 0, "pop_min_time": 30, "comment_pop_min_time": "30mins -> 0 cent", - "pop_max_time": 120, + "pop_max_time": 150, "comment_pop_max_time": "120mins = 2h -> 4 euros", "pop_min_price": 0, "pop_max_price": 400,