Compare commits
15 Commits
master
...
28a9b035f4
Author | SHA1 | Date | |
---|---|---|---|
28a9b035f4
|
|||
ffd1e142e6
|
|||
d13e716c4d
|
|||
356b1df277 | |||
4c503f083b | |||
eda56d83e0
|
|||
9bc4c69886
|
|||
813f00c1e6
|
|||
56df6fdafe | |||
340ec04e3b | |||
594c6365de | |||
3af68e30e5 | |||
e441d62f4d | |||
a813ea48bc | |||
f5e8909c91 |
@@ -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"
|
||||
|
@@ -23,5 +23,8 @@
|
||||
"BattWarn":11800,
|
||||
"BattErr":11200,
|
||||
"foreign":1,
|
||||
"refPrint":0
|
||||
"refundPrint":1,
|
||||
"billWarnLev":400,
|
||||
"billFullLev":500
|
||||
|
||||
}
|
||||
|
@@ -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,
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user