From c2c21df05a364fd8503a38f85c966c5bb85ee26e Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 8 Jan 2024 15:43:35 +0100 Subject: [PATCH] Set max. parking time: 360; tartiff04/06: daily ticket price (unused): 2600 --- etc/psa_tariff/tariff02.json | 2 +- etc/psa_tariff/tariff04.json | 2 +- etc/psa_tariff/tariff06.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/psa_tariff/tariff02.json b/etc/psa_tariff/tariff02.json index d0e5003..fd032ba 100644 --- a/etc/psa_tariff/tariff02.json +++ b/etc/psa_tariff/tariff02.json @@ -35,7 +35,7 @@ "pop_day_night_end_time": "16:27:00", "pop_price_night": 0, "pop_min_time": 15, - "pop_max_time": 300, + "pop_max_time": 360, "pop_min_price": 0, "pop_carry_over": 1, "pop_daily_card_price": 1560 diff --git a/etc/psa_tariff/tariff04.json b/etc/psa_tariff/tariff04.json index 0d08249..8938a4c 100644 --- a/etc/psa_tariff/tariff04.json +++ b/etc/psa_tariff/tariff04.json @@ -38,7 +38,7 @@ "pop_max_time": 240, "pop_min_price": 0, "pop_carry_over": 1, - "pop_daily_card_price": 2400, + "pop_daily_card_price": 2600, "pop_multi_hour_price": 0 } ], diff --git a/etc/psa_tariff/tariff06.json b/etc/psa_tariff/tariff06.json index 04fd8d1..bec693b 100644 --- a/etc/psa_tariff/tariff06.json +++ b/etc/psa_tariff/tariff06.json @@ -38,7 +38,7 @@ "pop_max_time": 240, "pop_min_price": 0, "pop_carry_over": 1, - "pop_daily_card_price": 2400, + "pop_daily_card_price": 2600, "pop_multi_hour_price": 0 } ],