Compare commits
53 Commits
zg1/zone3
...
b404fc5729
Author | SHA1 | Date | |
---|---|---|---|
b404fc5729
|
|||
9f3e01ce9e
|
|||
f31dcb6aee
|
|||
9e4808893e
|
|||
459244226e | |||
e54a9a9a38 | |||
0fa851e2b1
|
|||
6510c0b932
|
|||
8f944a41d7 | |||
49827c1887 | |||
96204fc048 | |||
23c7e92cb8
|
|||
1f9a861781
|
|||
afb91a5e86
|
|||
d582a0eb2b | |||
d74b9284ca
|
|||
ec8d05ef74
|
|||
98527ac0a9
|
|||
fc7f0b49a1
|
|||
a439d98e30
|
|||
a0dcee6c0d | |||
8908ab6a8a | |||
4d30cab52a | |||
f7d34c852c | |||
63342a73fa | |||
98139519d3 | |||
52de7318dd | |||
a5ce1dae97 | |||
bcf680cb85 | |||
242cb32d02 | |||
a9cb491e09 | |||
c4b7fef7d4 | |||
b5e5fd0a70 | |||
b5a8cc493c | |||
c14fe5108b
|
|||
8d20c3dbd6 | |||
8a6f71bf13 | |||
d804da3d03 | |||
2a2c7754e3 | |||
605e7d2333
|
|||
b51fc3ec7b | |||
470daee68c | |||
0112628a95 | |||
300e8e7b10 | |||
f4903788f5 | |||
5105dfe498 | |||
4735ba928a | |||
e5ca24c457 | |||
ceedb0fe12 | |||
77e47b73bf | |||
79ad353f5b
|
|||
e41bd88914 | |||
42d82f2380 |
@@ -34,7 +34,7 @@ inputBrightness=499
|
|||||||
startBacklightController=true
|
startBacklightController=true
|
||||||
startMQTTController=false
|
startMQTTController=false
|
||||||
startMonitoringController=false
|
startMonitoringController=false
|
||||||
startSuspendController=false
|
startSuspendController=true
|
||||||
|
|
||||||
[MONITORING]
|
[MONITORING]
|
||||||
http_dataFormat=HTTP
|
http_dataFormat=HTTP
|
||||||
|
@@ -1,7 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ATB_APP_STATES version="1.1">
|
<ATB_APP_STATES version="1.1">
|
||||||
<APP_STATE name="IDLE">
|
<APP_STATE name="IDLE">
|
||||||
<EVENT name="BUTTON_START" resultingState="PRODUCT_SELECTION"/>
|
<!-- <EVENT name="BUTTON_START" resultingState="PRODUCT_SELECTION"/> -->
|
||||||
|
<EVENT name="BUTTON_START" resultingState="SETUP_SELL_STATE"/>
|
||||||
<EVENT name="SELL_DISABLE" resultingState="FREE_PARK"/>
|
<EVENT name="SELL_DISABLE" resultingState="FREE_PARK"/>
|
||||||
<SCREEN name="START"/>
|
<SCREEN name="START"/>
|
||||||
<MODE name="IDLE"/>
|
<MODE name="IDLE"/>
|
||||||
|
@@ -1000,14 +1000,14 @@
|
|||||||
<en_GB>PLATE ENTRY\n(not required for display in the vehicle)</en_GB>
|
<en_GB>PLATE ENTRY\n(not required for display in the vehicle)</en_GB>
|
||||||
<fr_FR>D'IDENTIFICATION\n(pas nécessaire de l'afficher dans le véhicule)</fr_FR>
|
<fr_FR>D'IDENTIFICATION\n(pas nécessaire de l'afficher dans le véhicule)</fr_FR>
|
||||||
<nl_NL> </nl_NL>
|
<nl_NL> </nl_NL>
|
||||||
<es_ES>ENTRADA DE PLACA\n(no necesaria para exhibir en el vehículo)</es_ES>
|
<es_ES>ENTRADA DE PLACA (no necesaria para exhibir en el vehículo)</es_ES>
|
||||||
</Text>
|
</Text>
|
||||||
<Text textnr="0x32">
|
<Text textnr="0x32">
|
||||||
<de_DE>PAPIERTICKET\n(zur Auslage im Fahrzeug)</de_DE>
|
<de_DE>PAPIERTICKET\n(zur Auslage im Fahrzeug)</de_DE>
|
||||||
<en_GB>PAPER TICKET\n(for display in the vehicle)</en_GB>
|
<en_GB>PAPER TICKET\n(for display in the vehicle)</en_GB>
|
||||||
<fr_FR>BILLET PAPIER\n(à présenter dans le véhicule)</fr_FR>
|
<fr_FR>BILLET PAPIER\n(à présenter dans le véhicule)</fr_FR>
|
||||||
<nl_NL> </nl_NL>
|
<nl_NL> </nl_NL>
|
||||||
<es_ES>BILLETE DE PAPEL\n(para exponer en el vehículo)</es_ES>
|
<es_ES>BILLETE DE PAPEL (para exponer en el vehículo)</es_ES>
|
||||||
</Text>
|
</Text>
|
||||||
<Text textnr="0x33">
|
<Text textnr="0x33">
|
||||||
<de_DE> </de_DE>
|
<de_DE> </de_DE>
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"title":"DC2C_device",
|
"title":"DC2C_device",
|
||||||
"Project":"Schoenau",
|
"Project":"Schoenau",
|
||||||
"Version":"6.7.1-2024-06-17",
|
"Version":"6.7.2-2024-06-17",
|
||||||
"printer":1,
|
"printer":1,
|
||||||
"coinChk":3,
|
"coinChk":3,
|
||||||
"mifRd":1,
|
"mifRd":1,
|
||||||
"solarPwr":0,
|
"solarPwr":1,
|
||||||
"modem":1,
|
"modem":1,
|
||||||
"creditCard":1,
|
"creditCard":1,
|
||||||
"escrow":0,
|
"escrow":0,
|
||||||
|
@@ -1,27 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_device",
|
|
||||||
"project":"Schoenau",
|
|
||||||
"Version":"15.11.2023 00102",
|
|
||||||
"printer":1,
|
|
||||||
"coinChk":3,
|
|
||||||
"mifRd":1,
|
|
||||||
"solarPwr":0,
|
|
||||||
"modem":0,
|
|
||||||
"creditCard":1,
|
|
||||||
"escrow":0,
|
|
||||||
"RejMotor":0,
|
|
||||||
"shutter":1,
|
|
||||||
"billRd":1,
|
|
||||||
"vaultLock":0,
|
|
||||||
"autoAlarm":1,
|
|
||||||
"autoOpen":1,
|
|
||||||
"AccPrint":1,
|
|
||||||
"DorPrint":1,
|
|
||||||
"TokPrint":1,
|
|
||||||
"CBwarnLev":1600,
|
|
||||||
"CBerrLev":1900,
|
|
||||||
"BattWarn":11800,
|
|
||||||
"BattErr":11200,
|
|
||||||
"foreign":1,
|
|
||||||
"refPrint":1
|
|
||||||
}
|
|
@@ -1,27 +0,0 @@
|
|||||||
{
|
|
||||||
"title":"DC2C_device",
|
|
||||||
"project":"Schoenau",
|
|
||||||
"Version":"15.11.2023 00102",
|
|
||||||
"printer":1,
|
|
||||||
"coinChk":3,
|
|
||||||
"mifRd":1,
|
|
||||||
"solarPwr":1,
|
|
||||||
"modem":1,
|
|
||||||
"creditCard":1,
|
|
||||||
"escrow":0,
|
|
||||||
"RejMotor":0,
|
|
||||||
"shutter":1,
|
|
||||||
"billRd":1,
|
|
||||||
"vaultLock":0,
|
|
||||||
"autoAlarm":1,
|
|
||||||
"autoOpen":1,
|
|
||||||
"AccPrint":1,
|
|
||||||
"DorPrint":1,
|
|
||||||
"TokPrint":1,
|
|
||||||
"CBwarnLev":1600,
|
|
||||||
"CBerrLev":1900,
|
|
||||||
"BattWarn":11800,
|
|
||||||
"BattErr":11200,
|
|
||||||
"foreign":1,
|
|
||||||
"refPrint":1
|
|
||||||
}
|
|
@@ -3,6 +3,7 @@
|
|||||||
"Project":"Schoenau",
|
"Project":"Schoenau",
|
||||||
"Version":"6.7.1-2024-06-17",
|
"Version":"6.7.1-2024-06-17",
|
||||||
"styl":"font 10",
|
"styl":"font 10",
|
||||||
|
"styl":"csiz 10",
|
||||||
"styl":"size 11",
|
"styl":"size 11",
|
||||||
"styl":"align c",
|
"styl":"align c",
|
||||||
"feed":"margin02",
|
"feed":"margin02",
|
||||||
|
@@ -3,6 +3,7 @@
|
|||||||
"Project":"Schoenau",
|
"Project":"Schoenau",
|
||||||
"Version":"6.7.1-2024-06-17",
|
"Version":"6.7.1-2024-06-17",
|
||||||
"styl":"font 10",
|
"styl":"font 10",
|
||||||
|
"styl":"csiz 10",
|
||||||
"styl":"size 11",
|
"styl":"size 11",
|
||||||
"styl":"align c",
|
"styl":"align c",
|
||||||
"feed":"margin02",
|
"feed":"margin02",
|
||||||
|
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"Project" : "Schoenau",
|
"Project" : "Schoenau",
|
||||||
"Version" : "1.3.0-2025-02-03T00:09:12+02:00",
|
"Version" : "1.2.0",
|
||||||
"Info" : "Zone 1",
|
"Info" : "<<Tariff for Zone 1>>",
|
||||||
"Currency": [
|
"Currency": [
|
||||||
{
|
{
|
||||||
"pcu_id": 2,
|
"pcu_id": 1,
|
||||||
"pcu_sign": "€",
|
"pcu_sign": "€",
|
||||||
"pcu_major": "EUR",
|
"pcu_major": "Euro",
|
||||||
"pcu_minor": "",
|
"pcu_minor": "Cent",
|
||||||
"pcu_active": true
|
"pcu_active": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -27,370 +27,151 @@
|
|||||||
{
|
{
|
||||||
"pme_id": 4,
|
"pme_id": 4,
|
||||||
"pme_label": "steps"
|
"pme_label": "steps"
|
||||||
},
|
|
||||||
{
|
|
||||||
"pme_id": 5,
|
|
||||||
"pme_label": "unified",
|
|
||||||
"comment": "deprecated"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"TimeRange" : [
|
|
||||||
{
|
|
||||||
"time_range_id": 1,
|
|
||||||
"time_range_from": "20:00:00",
|
|
||||||
"time_range_to": "08:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"time_range_id": 2,
|
|
||||||
"time_range_from": "08:00:00",
|
|
||||||
"time_range_to": "20:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"time_range_id": 3,
|
|
||||||
"time_range_from": "00:00:00",
|
|
||||||
"time_range_to": "08:00:00"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PaymentOption": [
|
"PaymentOption": [
|
||||||
{
|
{
|
||||||
"pop_id": 1049,
|
"pop_id": 1099,
|
||||||
"pop_label": "Zone 1",
|
"pop_label": "Zone 1",
|
||||||
"pop_payment_method_id": 5,
|
"pop_payment_method_id": 4,
|
||||||
|
"pop_day_end_time": "15:20:00",
|
||||||
|
"pop_day_night_end_time": "15:20:00",
|
||||||
|
"pop_price_night": 0,
|
||||||
"pop_min_time": 60,
|
"pop_min_time": 60,
|
||||||
"comment_pop_min_time": "60mins -> 300 cent",
|
|
||||||
"pop_max_time": 14400,
|
"pop_max_time": 14400,
|
||||||
"comment_pop_max_time": "14400mins = 240h -> 90 euros",
|
|
||||||
"pop_min_price": 300,
|
"pop_min_price": 300,
|
||||||
"pop_max_price": 9000,
|
|
||||||
"pop_plus_steps": 1,
|
|
||||||
"pop_minus_steps": 1,
|
|
||||||
"pop_time_step_config": 1,
|
|
||||||
"pop_time_step_config_comment": "STATIC",
|
|
||||||
"pop_allow_overpay": true,
|
|
||||||
"pop_carry_over": 1,
|
"pop_carry_over": 1,
|
||||||
"pop_business_hours": 0
|
"pop_daily_card_price": 0,
|
||||||
|
"pop_multi_hour_price": 8
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PaymentRate": [
|
"PaymentRate": [
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 0,
|
"pra_payment_unit_id": 1,
|
||||||
"pra_price": 300
|
"pra_price": 300
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 1,
|
"pra_payment_unit_id": 6,
|
||||||
"pra_price": 700
|
"pra_price": 700
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 2,
|
"pra_payment_unit_id": 5,
|
||||||
"pra_price": 900
|
"pra_price": 900
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 3,
|
"pra_payment_unit_id": 7,
|
||||||
"pra_price": 1800
|
"pra_price": 1800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 4,
|
"pra_payment_unit_id": 8,
|
||||||
"pra_price": 2700
|
"pra_price": 2700
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 5,
|
"pra_payment_unit_id": 9,
|
||||||
"pra_price": 3600
|
"pra_price": 3600
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 6,
|
"pra_payment_unit_id": 10,
|
||||||
"pra_price": 4500
|
"pra_price": 4500
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 7,
|
"pra_payment_unit_id": 11,
|
||||||
"pra_price": 5400
|
"pra_price": 5400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 8,
|
"pra_payment_unit_id": 12,
|
||||||
"pra_price": 6300
|
"pra_price": 6300
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 9,
|
"pra_payment_unit_id": 13,
|
||||||
"pra_price": 7200
|
"pra_price": 7200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 10,
|
"pra_payment_unit_id": 14,
|
||||||
"pra_price": 8100
|
"pra_price": 8100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 11,
|
"pra_payment_unit_id": 15,
|
||||||
"pra_price": 9000
|
"pra_price": 9000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Duration": [
|
"Duration": [
|
||||||
{
|
{
|
||||||
"pun_duration": 60,
|
"pun_id": 1,
|
||||||
"pun_id": 0
|
"pun_label": "1h",
|
||||||
|
"pun_duration": 60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 180,
|
"pun_id": 3,
|
||||||
"pun_id": 1
|
"pun_label": "15 min",
|
||||||
|
"pun_duration": 15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 1440,
|
"pun_id": 5,
|
||||||
"pun_id": 2
|
"pun_label": "24h",
|
||||||
|
"pun_duration": 1440
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 2880,
|
"pun_id": 6,
|
||||||
"pun_id": 3
|
"pun_label": "3h",
|
||||||
|
"pun_duration": 180
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 4320,
|
"pun_id": 7,
|
||||||
"pun_id": 4
|
"pun_label": "48h",
|
||||||
|
"pun_duration": 2880
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 5760,
|
"pun_id": 8,
|
||||||
"pun_id": 5
|
"pun_label": "72h",
|
||||||
|
"pun_duration": 4320
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 7200,
|
"pun_id": 9,
|
||||||
"pun_id": 6
|
"pun_label": "96h",
|
||||||
|
"pun_duration": 5760
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 8640,
|
"pun_id": 10,
|
||||||
"pun_id": 7
|
"pun_label": "120h",
|
||||||
|
"pun_duration": 7200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 10080,
|
"pun_id": 11,
|
||||||
"pun_id": 8
|
"pun_label": "144h",
|
||||||
|
"pun_duration": 8640
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 11520,
|
"pun_id": 12,
|
||||||
"pun_id": 9
|
"pun_label": "168h",
|
||||||
|
"pun_duration": 10080
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 12960,
|
"pun_id": 13,
|
||||||
"pun_id": 10
|
"pun_label": "192h",
|
||||||
|
"pun_duration": 11520
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 14400,
|
"pun_id": 14,
|
||||||
"pun_id": 11
|
"pun_label": "216h",
|
||||||
}
|
"pun_duration": 12960
|
||||||
],
|
},
|
||||||
"Monday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
{
|
||||||
"min_time" : 60,
|
"pun_id": 15,
|
||||||
"max_time" : 14400,
|
"pun_label": "240h",
|
||||||
"max_price": 9000,
|
"pun_duration": 14400
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Tuesday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 9000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Wednesday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 9000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Thursday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 9000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Friday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 9000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Saturday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 9000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Sunday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 9000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
|
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"Project" : "Schoenau",
|
"Project" : "Schoenau",
|
||||||
"Version" : "1.3.0-2025-02-03T00:09:12+02:00",
|
"Version" : "1.2.0",
|
||||||
"Info" : "Zone 2",
|
"Info" : "<<<Tariff for zone 2>>>",
|
||||||
"Currency": [
|
"Currency": [
|
||||||
{
|
{
|
||||||
"pcu_id": 2,
|
"pcu_id": 1,
|
||||||
"pcu_sign": "€",
|
"pcu_sign": "€",
|
||||||
"pcu_major": "EUR",
|
"pcu_major": "Euro",
|
||||||
"pcu_minor": "",
|
"pcu_minor": "Cent",
|
||||||
"pcu_active": true
|
"pcu_active": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -27,370 +27,151 @@
|
|||||||
{
|
{
|
||||||
"pme_id": 4,
|
"pme_id": 4,
|
||||||
"pme_label": "steps"
|
"pme_label": "steps"
|
||||||
},
|
|
||||||
{
|
|
||||||
"pme_id": 5,
|
|
||||||
"pme_label": "unified",
|
|
||||||
"comment": "deprecated"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"TimeRange" : [
|
|
||||||
{
|
|
||||||
"time_range_id": 1,
|
|
||||||
"time_range_from": "20:00:00",
|
|
||||||
"time_range_to": "08:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"time_range_id": 2,
|
|
||||||
"time_range_from": "08:00:00",
|
|
||||||
"time_range_to": "20:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"time_range_id": 3,
|
|
||||||
"time_range_from": "00:00:00",
|
|
||||||
"time_range_to": "08:00:00"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PaymentOption": [
|
"PaymentOption": [
|
||||||
{
|
{
|
||||||
"pop_id": 1049,
|
"pop_id": 1100,
|
||||||
"pop_label": "Zone 1",
|
"pop_label": "Zone 2",
|
||||||
"pop_payment_method_id": 5,
|
"pop_payment_method_id": 4,
|
||||||
|
"pop_day_end_time": "15:07:00",
|
||||||
|
"pop_day_night_end_time": "15:07:00",
|
||||||
|
"pop_price_night": 0,
|
||||||
"pop_min_time": 60,
|
"pop_min_time": 60,
|
||||||
"comment_pop_min_time": "60mins -> 300 cent",
|
|
||||||
"pop_max_time": 14400,
|
"pop_max_time": 14400,
|
||||||
"comment_pop_max_time": "14400mins = 240h -> 90 euros",
|
|
||||||
"pop_min_price": 300,
|
"pop_min_price": 300,
|
||||||
"pop_max_price": 6000,
|
|
||||||
"pop_plus_steps": 1,
|
|
||||||
"pop_minus_steps": 1,
|
|
||||||
"pop_time_step_config": 1,
|
|
||||||
"pop_time_step_config_comment": "STATIC",
|
|
||||||
"pop_allow_overpay": true,
|
|
||||||
"pop_carry_over": 1,
|
"pop_carry_over": 1,
|
||||||
"pop_business_hours": 0
|
"pop_daily_card_price": 0,
|
||||||
|
"pop_multi_hour_price": 8
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PaymentRate": [
|
"PaymentRate": [
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 0,
|
"pra_payment_unit_id": 1,
|
||||||
"pra_price": 300
|
"pra_price": 300
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 1,
|
"pra_payment_unit_id": 6,
|
||||||
"pra_price": 500
|
"pra_price": 500
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 2,
|
"pra_payment_unit_id": 5,
|
||||||
"pra_price": 600
|
"pra_price": 600
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 3,
|
"pra_payment_unit_id": 7,
|
||||||
"pra_price": 1200
|
"pra_price": 1200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 4,
|
"pra_payment_unit_id": 8,
|
||||||
"pra_price": 1800
|
"pra_price": 1800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 5,
|
"pra_payment_unit_id": 9,
|
||||||
"pra_price": 2400
|
"pra_price": 2400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 6,
|
"pra_payment_unit_id": 10,
|
||||||
"pra_price": 3000
|
"pra_price": 3000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 7,
|
"pra_payment_unit_id": 11,
|
||||||
"pra_price": 3600
|
"pra_price": 3600
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 8,
|
"pra_payment_unit_id": 12,
|
||||||
"pra_price": 4200
|
"pra_price": 4200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 9,
|
"pra_payment_unit_id": 13,
|
||||||
"pra_price": 4800
|
"pra_price": 4800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 10,
|
"pra_payment_unit_id": 14,
|
||||||
"pra_price": 5400
|
"pra_price": 5400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 11,
|
"pra_payment_unit_id": 15,
|
||||||
"pra_price": 6000
|
"pra_price": 6000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Duration": [
|
"Duration": [
|
||||||
{
|
{
|
||||||
"pun_duration": 60,
|
"pun_id": 1,
|
||||||
"pun_id": 0
|
"pun_label": "1h",
|
||||||
|
"pun_duration": 60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 180,
|
"pun_id": 3,
|
||||||
"pun_id": 1
|
"pun_label": "15 min",
|
||||||
|
"pun_duration": 15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 1440,
|
"pun_id": 5,
|
||||||
"pun_id": 2
|
"pun_label": "24h",
|
||||||
|
"pun_duration": 1440
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 2880,
|
"pun_id": 6,
|
||||||
"pun_id": 3
|
"pun_label": "3h",
|
||||||
|
"pun_duration": 180
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 4320,
|
"pun_id": 7,
|
||||||
"pun_id": 4
|
"pun_label": "48h",
|
||||||
|
"pun_duration": 2880
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 5760,
|
"pun_id": 8,
|
||||||
"pun_id": 5
|
"pun_label": "72h",
|
||||||
|
"pun_duration": 4320
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 7200,
|
"pun_id": 9,
|
||||||
"pun_id": 6
|
"pun_label": "96h",
|
||||||
|
"pun_duration": 5760
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 8640,
|
"pun_id": 10,
|
||||||
"pun_id": 7
|
"pun_label": "120h",
|
||||||
|
"pun_duration": 7200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 10080,
|
"pun_id": 11,
|
||||||
"pun_id": 8
|
"pun_label": "144h",
|
||||||
|
"pun_duration": 8640
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 11520,
|
"pun_id": 12,
|
||||||
"pun_id": 9
|
"pun_label": "168h",
|
||||||
|
"pun_duration": 10080
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 12960,
|
"pun_id": 13,
|
||||||
"pun_id": 10
|
"pun_label": "192h",
|
||||||
|
"pun_duration": 11520
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 14400,
|
"pun_id": 14,
|
||||||
"pun_id": 11
|
"pun_label": "216h",
|
||||||
}
|
"pun_duration": 12960
|
||||||
],
|
},
|
||||||
"Monday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
{
|
||||||
"min_time" : 60,
|
"pun_id": 15,
|
||||||
"max_time" : 14400,
|
"pun_label": "240h",
|
||||||
"max_price": 6000,
|
"pun_duration": 14400
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Tuesday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 6000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Wednesday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 6000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Thursday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 6000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Friday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 6000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Saturday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 6000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Sunday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 6000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
|
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"Project" : "Schoenau",
|
"Project" : "Schoenau",
|
||||||
"Version" : "1.3.0-2025-02-03T00:09:12+02:00",
|
"Version" : "1.0.0",
|
||||||
"Info" : "Zone 3",
|
"Info" : "",
|
||||||
"Currency": [
|
"Currency": [
|
||||||
{
|
{
|
||||||
"pcu_id": 2,
|
"pcu_id": 1,
|
||||||
"pcu_sign": "€",
|
"pcu_sign": "€",
|
||||||
"pcu_major": "EUR",
|
"pcu_major": "Euro",
|
||||||
"pcu_minor": "",
|
"pcu_minor": "Cent",
|
||||||
"pcu_active": true
|
"pcu_active": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -27,370 +27,91 @@
|
|||||||
{
|
{
|
||||||
"pme_id": 4,
|
"pme_id": 4,
|
||||||
"pme_label": "steps"
|
"pme_label": "steps"
|
||||||
},
|
|
||||||
{
|
|
||||||
"pme_id": 5,
|
|
||||||
"pme_label": "unified",
|
|
||||||
"comment": "deprecated"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"TimeRange" : [
|
|
||||||
{
|
|
||||||
"time_range_id": 1,
|
|
||||||
"time_range_from": "20:00:00",
|
|
||||||
"time_range_to": "08:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"time_range_id": 2,
|
|
||||||
"time_range_from": "08:00:00",
|
|
||||||
"time_range_to": "20:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"time_range_id": 3,
|
|
||||||
"time_range_from": "00:00:00",
|
|
||||||
"time_range_to": "08:00:00"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PaymentOption": [
|
"PaymentOption": [
|
||||||
{
|
{
|
||||||
"pop_id": 1049,
|
"pop_id": 1100,
|
||||||
"pop_label": "Zone 1",
|
"pop_label": "Zone 2",
|
||||||
"pop_payment_method_id": 5,
|
"pop_payment_method_id": 4,
|
||||||
|
"pop_day_end_time": "15:07:00",
|
||||||
|
"pop_day_night_end_time": "15:07:00",
|
||||||
|
"pop_price_night": 0,
|
||||||
"pop_min_time": 60,
|
"pop_min_time": 60,
|
||||||
"comment_pop_min_time": "60mins -> 200 cent",
|
"pop_max_time": 1440,
|
||||||
"pop_max_time": 14400,
|
|
||||||
"comment_pop_max_time": "1440mins = 24h -> 5 euros",
|
|
||||||
"pop_min_price": 200,
|
"pop_min_price": 200,
|
||||||
"pop_max_price": 5000,
|
|
||||||
"pop_plus_steps": 1,
|
|
||||||
"pop_minus_steps": 1,
|
|
||||||
"pop_time_step_config": 1,
|
|
||||||
"pop_time_step_config_comment": "STATIC",
|
|
||||||
"pop_allow_overpay": true,
|
|
||||||
"pop_carry_over": 1,
|
"pop_carry_over": 1,
|
||||||
"pop_business_hours": 0
|
"pop_daily_card_price": 0,
|
||||||
|
"pop_multi_hour_price": 5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PaymentRate": [
|
"PaymentRate": [
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 0,
|
"pra_payment_unit_id": 1,
|
||||||
"pra_price": 200
|
"pra_price": 200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 1,
|
"pra_payment_unit_id": 6,
|
||||||
"pra_price": 400
|
"pra_price": 400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1100,
|
||||||
"pra_payment_unit_id": 2,
|
|
||||||
"pra_price": 500
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pra_payment_option_id": 1049,
|
|
||||||
"pra_payment_unit_id": 3,
|
|
||||||
"pra_price": 1000
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pra_payment_option_id": 1049,
|
|
||||||
"pra_payment_unit_id": 4,
|
|
||||||
"pra_price": 1500
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pra_payment_option_id": 1049,
|
|
||||||
"pra_payment_unit_id": 5,
|
"pra_payment_unit_id": 5,
|
||||||
"pra_price": 2000
|
"pra_price": 500
|
||||||
},
|
|
||||||
{
|
|
||||||
"pra_payment_option_id": 1049,
|
|
||||||
"pra_payment_unit_id": 6,
|
|
||||||
"pra_price": 2500
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pra_payment_option_id": 1049,
|
|
||||||
"pra_payment_unit_id": 7,
|
|
||||||
"pra_price": 3000
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pra_payment_option_id": 1049,
|
|
||||||
"pra_payment_unit_id": 8,
|
|
||||||
"pra_price": 3500
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pra_payment_option_id": 1049,
|
|
||||||
"pra_payment_unit_id": 9,
|
|
||||||
"pra_price": 4000
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pra_payment_option_id": 1049,
|
|
||||||
"pra_payment_unit_id": 10,
|
|
||||||
"pra_price": 4500
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pra_payment_option_id": 1049,
|
|
||||||
"pra_payment_unit_id": 11,
|
|
||||||
"pra_price": 5000
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Duration": [
|
"Duration": [
|
||||||
{
|
{
|
||||||
"pun_duration": 60,
|
"pun_id": 1,
|
||||||
"pun_id": 0
|
"pun_label": "1h",
|
||||||
|
"pun_duration": 60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 180,
|
"pun_id": 3,
|
||||||
"pun_id": 1
|
"pun_label": "15 min",
|
||||||
|
"pun_duration": 15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 1440,
|
"pun_id": 5,
|
||||||
"pun_id": 2
|
"pun_label": "24h",
|
||||||
|
"pun_duration": 1440
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 2880,
|
"pun_id": 6,
|
||||||
"pun_id": 3
|
"pun_label": "3h",
|
||||||
|
"pun_duration": 180
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 4320,
|
"pun_id": 7,
|
||||||
"pun_id": 4
|
"pun_label": "48h",
|
||||||
|
"pun_duration": 2880
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 5760,
|
"pun_id": 8,
|
||||||
"pun_id": 5
|
"pun_label": "72h",
|
||||||
|
"pun_duration": 4320
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 7200,
|
"pun_id": 9,
|
||||||
"pun_id": 6
|
"pun_label": "96h",
|
||||||
|
"pun_duration": 5760
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 8640,
|
"pun_id": 10,
|
||||||
"pun_id": 7
|
"pun_label": "120h",
|
||||||
|
"pun_duration": 7200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 10080,
|
"pun_id": 11,
|
||||||
"pun_id": 8
|
"pun_label": "144h",
|
||||||
|
"pun_duration": 8640
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 11520,
|
"pun_id": 12,
|
||||||
"pun_id": 9
|
"pun_label": "168h",
|
||||||
},
|
"pun_duration": 10080
|
||||||
{
|
|
||||||
"pun_duration": 12960,
|
|
||||||
"pun_id": 10
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pun_duration": 14400,
|
|
||||||
"pun_id": 11
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"Monday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 5000,
|
|
||||||
"min_price": 200
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Tuesday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 5000,
|
|
||||||
"min_price": 200
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Wednesday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 5000,
|
|
||||||
"min_price": 200
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Thursday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 5000,
|
|
||||||
"min_price": 200
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Friday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 5000,
|
|
||||||
"min_price": 200
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Saturday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 5000,
|
|
||||||
"min_price": 200
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Sunday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 5000,
|
|
||||||
"min_price": 200
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
|
@@ -1,553 +0,0 @@
|
|||||||
{
|
|
||||||
"Project" : "Schoenau",
|
|
||||||
"Version" : "1.3.0-2025-02-03T00:09:12+02:00",
|
|
||||||
"Info" : "Zone 4",
|
|
||||||
"Currency": [
|
|
||||||
{
|
|
||||||
"pcu_id": 2,
|
|
||||||
"pcu_sign": "€",
|
|
||||||
"pcu_major": "EUR",
|
|
||||||
"pcu_minor": "",
|
|
||||||
"pcu_active": true
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"PaymentMethod": [
|
|
||||||
{
|
|
||||||
"pme_id": 1,
|
|
||||||
"pme_label": "progressive"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pme_id": 2,
|
|
||||||
"pme_label": "degressive"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pme_id": 3,
|
|
||||||
"pme_label": "linear"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pme_id": 4,
|
|
||||||
"pme_label": "steps"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pme_id": 5,
|
|
||||||
"pme_label": "unified",
|
|
||||||
"comment": "deprecated"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"TimeRange" : [
|
|
||||||
{
|
|
||||||
"time_range_id": 1,
|
|
||||||
"time_range_from": "20:00:00",
|
|
||||||
"time_range_to": "08:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"time_range_id": 2,
|
|
||||||
"time_range_from": "08:00:00",
|
|
||||||
"time_range_to": "20:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"time_range_id": 3,
|
|
||||||
"time_range_from": "00:00:00",
|
|
||||||
"time_range_to": "08:00:00"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"PaymentOption": [
|
|
||||||
{
|
|
||||||
"pop_id": 1049,
|
|
||||||
"pop_label": "Zone 1",
|
|
||||||
"pop_payment_method_id": 5,
|
|
||||||
"pop_min_time": 60,
|
|
||||||
"comment_pop_min_time": "60mins -> 200 cent",
|
|
||||||
"pop_max_time": 1440,
|
|
||||||
"comment_pop_max_time": "1440mins = 24h -> 5 euros",
|
|
||||||
"pop_min_price": 1000,
|
|
||||||
"pop_max_price": 2500,
|
|
||||||
"pop_plus_steps": 1,
|
|
||||||
"pop_minus_steps": 1,
|
|
||||||
"pop_time_step_config": 1,
|
|
||||||
"pop_time_step_config_comment": "STATIC",
|
|
||||||
"pop_allow_overpay": true,
|
|
||||||
"pop_carry_over": 1,
|
|
||||||
"pop_business_hours": 0
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"PaymentRate": [
|
|
||||||
{
|
|
||||||
"pra_payment_option_id": 1049,
|
|
||||||
"pra_payment_unit_id": 0,
|
|
||||||
"pra_price": 1000
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pra_payment_option_id": 1049,
|
|
||||||
"pra_payment_unit_id": 1,
|
|
||||||
"pra_price": 2000
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pra_payment_option_id": 1049,
|
|
||||||
"pra_payment_unit_id": 2,
|
|
||||||
"pra_price": 2500
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"Duration": [
|
|
||||||
{
|
|
||||||
"pun_duration": 60,
|
|
||||||
"pun_id": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pun_duration": 300,
|
|
||||||
"pun_id": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"pun_duration": 1440,
|
|
||||||
"pun_id": 2
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"Monday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 1440,
|
|
||||||
"max_price": 2500,
|
|
||||||
"min_price": 1000
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
{
|
|
||||||
"prepaid_ranges" : [
|
|
||||||
{
|
|
||||||
"prepaid_id" : 1,
|
|
||||||
"prepaid_duration": 420,
|
|
||||||
"prepaid_start" : "00:00:00",
|
|
||||||
"prepaid_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prepaid_id" : 2,
|
|
||||||
"prepaid_duration": 300,
|
|
||||||
"prepaid_start" : "19:00:00",
|
|
||||||
"prepaid_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
{
|
|
||||||
"carry_over_ranges" : [
|
|
||||||
{
|
|
||||||
"carry_over_id" : 1,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 420,
|
|
||||||
"carry_over_start" : "00:00:00",
|
|
||||||
"carry_over_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"carry_over_id" : 2,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 300,
|
|
||||||
"carry_over_start" : "19:00:00",
|
|
||||||
"carry_over_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 720,
|
|
||||||
"service_start" : "07:00:00",
|
|
||||||
"service_end": "19:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Tuesday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 1440,
|
|
||||||
"max_price": 2500,
|
|
||||||
"min_price": 1000
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
{
|
|
||||||
"prepaid_ranges" : [
|
|
||||||
{
|
|
||||||
"prepaid_id" : 1,
|
|
||||||
"prepaid_duration": 420,
|
|
||||||
"prepaid_start" : "00:00:00",
|
|
||||||
"prepaid_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prepaid_id" : 2,
|
|
||||||
"prepaid_duration": 300,
|
|
||||||
"prepaid_start" : "19:00:00",
|
|
||||||
"prepaid_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
{
|
|
||||||
"carry_over_ranges" : [
|
|
||||||
{
|
|
||||||
"carry_over_id" : 1,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 420,
|
|
||||||
"carry_over_start" : "00:00:00",
|
|
||||||
"carry_over_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"carry_over_id" : 2,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 300,
|
|
||||||
"carry_over_start" : "19:00:00",
|
|
||||||
"carry_over_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 720,
|
|
||||||
"service_start" : "07:00:00",
|
|
||||||
"service_end": "19:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Wednesday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 1440,
|
|
||||||
"max_price": 2500,
|
|
||||||
"min_price": 1000
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
{
|
|
||||||
"prepaid_ranges" : [
|
|
||||||
{
|
|
||||||
"prepaid_id" : 1,
|
|
||||||
"prepaid_duration": 420,
|
|
||||||
"prepaid_start" : "00:00:00",
|
|
||||||
"prepaid_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prepaid_id" : 2,
|
|
||||||
"prepaid_duration": 300,
|
|
||||||
"prepaid_start" : "19:00:00",
|
|
||||||
"prepaid_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
{
|
|
||||||
"carry_over_ranges" : [
|
|
||||||
{
|
|
||||||
"carry_over_id" : 1,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 420,
|
|
||||||
"carry_over_start" : "00:00:00",
|
|
||||||
"carry_over_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"carry_over_id" : 2,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 300,
|
|
||||||
"carry_over_start" : "19:00:00",
|
|
||||||
"carry_over_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 720,
|
|
||||||
"service_start" : "07:00:00",
|
|
||||||
"service_end": "19:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Thursday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 1440,
|
|
||||||
"max_price": 2500,
|
|
||||||
"min_price": 1000
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
{
|
|
||||||
"prepaid_ranges" : [
|
|
||||||
{
|
|
||||||
"prepaid_id" : 1,
|
|
||||||
"prepaid_duration": 420,
|
|
||||||
"prepaid_start" : "00:00:00",
|
|
||||||
"prepaid_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prepaid_id" : 2,
|
|
||||||
"prepaid_duration": 300,
|
|
||||||
"prepaid_start" : "19:00:00",
|
|
||||||
"prepaid_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
{
|
|
||||||
"carry_over_ranges" : [
|
|
||||||
{
|
|
||||||
"carry_over_id" : 1,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 420,
|
|
||||||
"carry_over_start" : "00:00:00",
|
|
||||||
"carry_over_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"carry_over_id" : 2,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 300,
|
|
||||||
"carry_over_start" : "19:00:00",
|
|
||||||
"carry_over_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 720,
|
|
||||||
"service_start" : "07:00:00",
|
|
||||||
"service_end": "19:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Friday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 1440,
|
|
||||||
"max_price": 2500,
|
|
||||||
"min_price": 1000
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
{
|
|
||||||
"prepaid_ranges" : [
|
|
||||||
{
|
|
||||||
"prepaid_id" : 1,
|
|
||||||
"prepaid_duration": 420,
|
|
||||||
"prepaid_start" : "00:00:00",
|
|
||||||
"prepaid_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prepaid_id" : 2,
|
|
||||||
"prepaid_duration": 300,
|
|
||||||
"prepaid_start" : "19:00:00",
|
|
||||||
"prepaid_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
{
|
|
||||||
"carry_over_ranges" : [
|
|
||||||
{
|
|
||||||
"carry_over_id" : 1,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 420,
|
|
||||||
"carry_over_start" : "00:00:00",
|
|
||||||
"carry_over_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"carry_over_id" : 2,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 300,
|
|
||||||
"carry_over_start" : "19:00:00",
|
|
||||||
"carry_over_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 720,
|
|
||||||
"service_start" : "07:00:00",
|
|
||||||
"service_end": "19:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Saturday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 1440,
|
|
||||||
"max_price": 2500,
|
|
||||||
"min_price": 1000
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
{
|
|
||||||
"prepaid_ranges" : [
|
|
||||||
{
|
|
||||||
"prepaid_id" : 1,
|
|
||||||
"prepaid_duration": 420,
|
|
||||||
"prepaid_start" : "00:00:00",
|
|
||||||
"prepaid_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prepaid_id" : 2,
|
|
||||||
"prepaid_duration": 300,
|
|
||||||
"prepaid_start" : "19:00:00",
|
|
||||||
"prepaid_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
{
|
|
||||||
"carry_over_ranges" : [
|
|
||||||
{
|
|
||||||
"carry_over_id" : 1,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 420,
|
|
||||||
"carry_over_start" : "00:00:00",
|
|
||||||
"carry_over_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"carry_over_id" : 2,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 300,
|
|
||||||
"carry_over_start" : "19:00:00",
|
|
||||||
"carry_over_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 720,
|
|
||||||
"service_start" : "07:00:00",
|
|
||||||
"service_end": "19:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Sunday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 1440,
|
|
||||||
"max_price": 2500,
|
|
||||||
"min_price": 1000
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
{
|
|
||||||
"prepaid_ranges" : [
|
|
||||||
{
|
|
||||||
"prepaid_id" : 1,
|
|
||||||
"prepaid_duration": 420,
|
|
||||||
"prepaid_start" : "00:00:00",
|
|
||||||
"prepaid_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"prepaid_id" : 2,
|
|
||||||
"prepaid_duration": 300,
|
|
||||||
"prepaid_start" : "19:00:00",
|
|
||||||
"prepaid_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
{
|
|
||||||
"carry_over_ranges" : [
|
|
||||||
{
|
|
||||||
"carry_over_id" : 1,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 420,
|
|
||||||
"carry_over_start" : "00:00:00",
|
|
||||||
"carry_over_end": "07:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"carry_over_id" : 2,
|
|
||||||
"carry_over_if": "always",
|
|
||||||
"carry_over_duration": 300,
|
|
||||||
"carry_over_start" : "19:00:00",
|
|
||||||
"carry_over_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 720,
|
|
||||||
"service_start" : "07:00:00",
|
|
||||||
"service_end": "19:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"Project" : "Schoenau",
|
"Project" : "Schoenau",
|
||||||
"Version" : "1.3.0-2025-02-03T00:09:12+02:00",
|
"Version" : "1.2.1",
|
||||||
"Info" : "Zone 1",
|
"Info" : "<<Tariff for Zone 1>>",
|
||||||
"Currency": [
|
"Currency": [
|
||||||
{
|
{
|
||||||
"pcu_id": 2,
|
"pcu_id": 1,
|
||||||
"pcu_sign": "€",
|
"pcu_sign": "€",
|
||||||
"pcu_major": "EUR",
|
"pcu_major": "Euro",
|
||||||
"pcu_minor": "",
|
"pcu_minor": "Cent",
|
||||||
"pcu_active": true
|
"pcu_active": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -27,370 +27,151 @@
|
|||||||
{
|
{
|
||||||
"pme_id": 4,
|
"pme_id": 4,
|
||||||
"pme_label": "steps"
|
"pme_label": "steps"
|
||||||
},
|
|
||||||
{
|
|
||||||
"pme_id": 5,
|
|
||||||
"pme_label": "unified",
|
|
||||||
"comment": "deprecated"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"TimeRange" : [
|
|
||||||
{
|
|
||||||
"time_range_id": 1,
|
|
||||||
"time_range_from": "20:00:00",
|
|
||||||
"time_range_to": "08:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"time_range_id": 2,
|
|
||||||
"time_range_from": "08:00:00",
|
|
||||||
"time_range_to": "20:00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"time_range_id": 3,
|
|
||||||
"time_range_from": "00:00:00",
|
|
||||||
"time_range_to": "08:00:00"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PaymentOption": [
|
"PaymentOption": [
|
||||||
{
|
{
|
||||||
"pop_id": 1049,
|
"pop_id": 1099,
|
||||||
"pop_label": "Zone 1",
|
"pop_label": "Zone 1",
|
||||||
"pop_payment_method_id": 5,
|
"pop_payment_method_id": 4,
|
||||||
|
"pop_day_end_time": "15:20:00",
|
||||||
|
"pop_day_night_end_time": "15:20:00",
|
||||||
|
"pop_price_night": 0,
|
||||||
"pop_min_time": 60,
|
"pop_min_time": 60,
|
||||||
"comment_pop_min_time": "60mins -> 300 cent",
|
|
||||||
"pop_max_time": 14400,
|
"pop_max_time": 14400,
|
||||||
"comment_pop_max_time": "14400mins = 240h -> 90 euros",
|
|
||||||
"pop_min_price": 300,
|
"pop_min_price": 300,
|
||||||
"pop_max_price": 9000,
|
|
||||||
"pop_plus_steps": 1,
|
|
||||||
"pop_minus_steps": 1,
|
|
||||||
"pop_time_step_config": 1,
|
|
||||||
"pop_time_step_config_comment": "STATIC",
|
|
||||||
"pop_allow_overpay": true,
|
|
||||||
"pop_carry_over": 1,
|
"pop_carry_over": 1,
|
||||||
"pop_business_hours": 0
|
"pop_daily_card_price": 0,
|
||||||
|
"pop_multi_hour_price": 8
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"PaymentRate": [
|
"PaymentRate": [
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 0,
|
"pra_payment_unit_id": 1,
|
||||||
"pra_price": 300
|
"pra_price": 300
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 1,
|
"pra_payment_unit_id": 6,
|
||||||
"pra_price": 700
|
"pra_price": 700
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 2,
|
"pra_payment_unit_id": 5,
|
||||||
"pra_price": 900
|
"pra_price": 900
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 3,
|
"pra_payment_unit_id": 7,
|
||||||
"pra_price": 1800
|
"pra_price": 1800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 4,
|
"pra_payment_unit_id": 8,
|
||||||
"pra_price": 2700
|
"pra_price": 2700
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 5,
|
"pra_payment_unit_id": 9,
|
||||||
"pra_price": 3600
|
"pra_price": 3600
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 6,
|
"pra_payment_unit_id": 10,
|
||||||
"pra_price": 4500
|
"pra_price": 4500
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 7,
|
"pra_payment_unit_id": 11,
|
||||||
"pra_price": 5400
|
"pra_price": 5400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 8,
|
"pra_payment_unit_id": 12,
|
||||||
"pra_price": 6300
|
"pra_price": 6300
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 9,
|
"pra_payment_unit_id": 13,
|
||||||
"pra_price": 7200
|
"pra_price": 7200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 10,
|
"pra_payment_unit_id": 14,
|
||||||
"pra_price": 8100
|
"pra_price": 8100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pra_payment_option_id": 1049,
|
"pra_payment_option_id": 1099,
|
||||||
"pra_payment_unit_id": 11,
|
"pra_payment_unit_id": 15,
|
||||||
"pra_price": 9000
|
"pra_price": 9000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Duration": [
|
"Duration": [
|
||||||
{
|
{
|
||||||
"pun_duration": 60,
|
"pun_id": 1,
|
||||||
"pun_id": 0
|
"pun_label": "1h",
|
||||||
|
"pun_duration": 60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 180,
|
"pun_id": 3,
|
||||||
"pun_id": 1
|
"pun_label": "15 min",
|
||||||
|
"pun_duration": 15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 1440,
|
"pun_id": 5,
|
||||||
"pun_id": 2
|
"pun_label": "24h",
|
||||||
|
"pun_duration": 1440
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 2880,
|
"pun_id": 6,
|
||||||
"pun_id": 3
|
"pun_label": "3h",
|
||||||
|
"pun_duration": 180
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 4320,
|
"pun_id": 7,
|
||||||
"pun_id": 4
|
"pun_label": "48h",
|
||||||
|
"pun_duration": 2880
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 5760,
|
"pun_id": 8,
|
||||||
"pun_id": 5
|
"pun_label": "72h",
|
||||||
|
"pun_duration": 4320
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 7200,
|
"pun_id": 9,
|
||||||
"pun_id": 6
|
"pun_label": "96h",
|
||||||
|
"pun_duration": 5760
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 8640,
|
"pun_id": 10,
|
||||||
"pun_id": 7
|
"pun_label": "120h",
|
||||||
|
"pun_duration": 7200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 10080,
|
"pun_id": 11,
|
||||||
"pun_id": 8
|
"pun_label": "144h",
|
||||||
|
"pun_duration": 8640
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 11520,
|
"pun_id": 12,
|
||||||
"pun_id": 9
|
"pun_label": "168h",
|
||||||
|
"pun_duration": 10080
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 12960,
|
"pun_id": 13,
|
||||||
"pun_id": 10
|
"pun_label": "192h",
|
||||||
|
"pun_duration": 11520
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pun_duration": 14400,
|
"pun_id": 14,
|
||||||
"pun_id": 11
|
"pun_label": "216h",
|
||||||
}
|
"pun_duration": 12960
|
||||||
],
|
},
|
||||||
"Monday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
{
|
||||||
"min_time" : 60,
|
"pun_id": 15,
|
||||||
"max_time" : 14400,
|
"pun_label": "240h",
|
||||||
"max_price": 9000,
|
"pun_duration": 14400
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Tuesday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 9000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Wednesday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 9000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Thursday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 9000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Friday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 9000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Saturday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 9000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}],
|
|
||||||
"Sunday" : [{
|
|
||||||
"default" : {
|
|
||||||
"payment_settings" : [
|
|
||||||
{
|
|
||||||
"min_time" : 60,
|
|
||||||
"max_time" : 14400,
|
|
||||||
"max_price": 9000,
|
|
||||||
"min_price": 300
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"prepaid_settings" : [
|
|
||||||
],
|
|
||||||
"carry_over_settings" : [
|
|
||||||
],
|
|
||||||
"service_settings" : [
|
|
||||||
{
|
|
||||||
"service_ranges" : [
|
|
||||||
{
|
|
||||||
"service_id" : 1,
|
|
||||||
"service_duration": 1440,
|
|
||||||
"service_start" : "00:00:00",
|
|
||||||
"service_end": "24:00:00"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"out_of_service_settings" : [
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
|
@@ -4,13 +4,13 @@
|
|||||||
# opkg-commands added to this file will be executed by ATBUpdateTool.
|
# opkg-commands added to this file will be executed by ATBUpdateTool.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
# opkg update
|
opkg update
|
||||||
# opkg install prepare-update
|
opkg install prepare-update
|
||||||
#
|
#
|
||||||
# opkg --cache /var/cache/opkg --download-only upgrade atb-dc-libraries
|
opkg --cache /var/cache/opkg --download-only upgrade atb-dc-libraries
|
||||||
# opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-dc
|
opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-dc
|
||||||
# opkg --cache /var/cache/opkg --download-only upgrade atbqt
|
opkg --cache /var/cache/opkg --download-only upgrade atbqt
|
||||||
#
|
#
|
||||||
# opkg --cache /var/cache/opkg upgrade atb-dc-libraries
|
opkg --cache /var/cache/opkg upgrade atb-dc-libraries
|
||||||
# opkg --cache /var/cache/opkg upgrade atb-plugin-dc
|
opkg --cache /var/cache/opkg upgrade atb-plugin-dc
|
||||||
# opkg --cache /var/cache/opkg upgrade atbqt
|
opkg --cache /var/cache/opkg upgrade atbqt
|
||||||
|
Reference in New Issue
Block a user