Fix min_price and min_time

This commit is contained in:
Gerhard Hoffmann 2024-06-06 13:59:26 +02:00
parent 3b9b351f9e
commit 0697c9da69

View File

@ -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,