15 Commits

Author SHA1 Message Date
28a9b035f4 opkg: release 20240517-1 2024-05-21 11:25:24 +02:00
ffd1e142e6 VendingProcess: fix direct coin input 2024-05-14 13:53:15 +02:00
d13e716c4d Merge branch 'zg1/zone1' of git.mimbach49.de:GerhardHoffmann/customer_743 into zg1/zone1 2024-05-14 13:45:06 +02:00
356b1df277 New Version for test 2024-05-14 10:20:48 +02:00
4c503f083b DC2Cv-5.19 2024-05-13 16:18:20 +02:00
eda56d83e0 Merge branch 'master' into zg1/zone1 2024-02-27 14:25:47 +01:00
9bc4c69886 Merge branch 'master' into zg1/zone1 2024-02-27 13:36:45 +01:00
813f00c1e6 Merge branch 'master' into zg1/zone1 2024-02-27 09:52:49 +01:00
56df6fdafe newline after kirchdorf 2024-02-26 15:11:09 +01:00
340ec04e3b newline after kirchdorf 2024-02-26 15:10:46 +01:00
594c6365de Sync tariff file with master 2024-02-26 14:53:15 +01:00
3af68e30e5 Add files from 26.02.2024 as provided by thomas 2024-02-26 14:46:07 +01:00
e441d62f4d Define explicit time range for the first 30 minutes of the tariff.
Add tariff-config to define the tariff as dynamic, meaning that it can start
at any minute (modulo operation times).
2024-02-21 11:19:53 +01:00
a813ea48bc remove installing atbupdatetool and mxt-touch-reset 2024-02-20 12:17:56 +01:00
f5e8909c91 Add tariff file for Kirchdorf. 2024-02-16 13:39:58 +01:00
4 changed files with 10 additions and 14 deletions

View File

@@ -18,15 +18,12 @@
<EVENT name="TIMEOUT" resultingState="CASH_PAYMENT"
setCashInputMode="PAY_UP"
setProduct="SHORT_TERM_PARKING"
setPaymentType="CASH"/>/>
setPaymentType="CASH"/>
</APP_STATE>
<APP_STATE name="PAYMENT_SELECTION">
<EVENT name="BUTTON_CANCEL" resultingState="IDLE"/>
<EVENT name="RECEIVED_DC_COIN_ATTACHED" resultingState="CASH_PAYMENT" setCashInputMode="PAY_UP"
setProduct="SHORT_TERM_PARKING"
setPaymentType="CASH"/>
<EVENT name="BUTTON_PAYMETHOD_1" resultingState="IDLE"/>
<EVENT name="BUTTON_PAYMETHOD_2" resultingState="CASH_PAYMENT" setCashInputMode="PAY_UP"
setProduct="SHORT_TERM_PARKING"

View File

@@ -23,5 +23,8 @@
"BattWarn":11800,
"BattErr":11200,
"foreign":1,
"refPrint":0
"refundPrint":1,
"billWarnLev":400,
"billFullLev":500
}

View File

@@ -1,7 +1,7 @@
{
"Project" : "Kirchdorf",
"Version" : "1.1.0",
"Info" : "",
"Project" : "Kirchdorf",
"Version" : "1.1.0-2024-05-14T08:48:13+02:00",
"Info" : "",
"Currency": [
{
"pcu_id": 2,

View File

@@ -4,16 +4,12 @@
# opkg-commands added to this file will be executed by ATBUpdateTool.
###############################################################################
#
opkg info atbqt
opkg info atbupdatetool
opkg update
opkg install prepare-update
# opkg install atbupdatetool
# opkg install mxt-touch-reset
# opkg remove atb-accountingtool
# opkg install atb-accountingtool
opkg --cache /var/cache/opkg --download-only upgrade
opkg --cache /var/cache/opkg upgrade
# opkg remove apism
# opkg install apism
opkg info apism
opkg info atbqt
opkg info atbupdatetool