6 Commits

Author SHA1 Message Date
136968bd71 Add et/psa_tariff 2024-03-21 13:01:42 +01:00
6badbb033c removed plain text 2024-03-19 16:08:04 +01:00
fda8568f97 add for config of webinterface 2024-03-19 13:35:23 +01:00
423c6bf77f add current tarif-files 2023-08-04 09:05:07 +02:00
21847afbe5 add current tarif-files 2023-08-04 09:04:41 +02:00
df87e70fd8 test 1 2023-07-26 16:00:14 +02:00
5 changed files with 2305 additions and 2 deletions

View File

@@ -37,8 +37,8 @@
"pop_min_time": 15,
"pop_max_time": 240,
"pop_min_price": 0,
"pop_carry_over": 0,
"pop_daily_card_price": 0,
"pop_carry_over": 1,
"pop_daily_card_price": 2400,
"pop_multi_hour_price": 0
}
],
@@ -1125,3 +1125,5 @@
}
]
}

1134
etc/psa_tariff/tariff05.json Normal file

File diff suppressed because it is too large Load Diff

1134
etc/psa_tariff/tariff06.json Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -28,6 +28,7 @@
# 2023-07-18-14: test
# 2023-07-19-1: test
# 2023-07-19-2: test via service-menu
# 2023-07-26-1: test
# opkg info ptu5-gitinstaller
# opkg info atbqt
opkg update

View File

@@ -0,0 +1,32 @@
{
"File-Menue": [
{
"Name": "Tarif Zone 1",
"File-ID": "customer_999/etc/psa_tariff:zg1/zone1"
},
{
"Name": "Tarif Zone 2",
"File-ID": "customer_999/etc/psa_tariff:zg1/zone2"
},
{
"Name": "Tarif Zone 3",
"File-ID": "customer_999/etc/psa_tariff:zg1/zone3"
},
{
"Name": "Tarif Zone 4",
"File-ID": "customer_999/etc/psa_tariff:zg1/zone4"
},
{
"Name": "Tarif Zone 5",
"File-ID": "customer_999/etc/psa_tariff:zg1/zone5"
},
{
"Name": "Tarif Zone 6",
"File-ID": "customer_999/etc/psa_tariff:zg1/zone6"
},
{
"Name": "Basic Configuration",
"File-ID": "customer_999/etc/psa_tariff:master"
}
]
}