This commit is contained in:
Gerhard Hoffmann 2024-07-02 17:08:36 +02:00
commit 9d1c99c617
2 changed files with 3 additions and 10 deletions

View File

@ -18,15 +18,12 @@
<EVENT name="TIMEOUT" resultingState="CASH_PAYMENT" <EVENT name="TIMEOUT" resultingState="CASH_PAYMENT"
setCashInputMode="PAY_UP" setCashInputMode="PAY_UP"
setProduct="SHORT_TERM_PARKING" setProduct="SHORT_TERM_PARKING"
setPaymentType="CASH"/>/> setPaymentType="CASH"/>
</APP_STATE> </APP_STATE>
<APP_STATE name="PAYMENT_SELECTION"> <APP_STATE name="PAYMENT_SELECTION">
<EVENT name="BUTTON_CANCEL" resultingState="IDLE"/> <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_1" resultingState="IDLE"/>
<EVENT name="BUTTON_PAYMETHOD_2" resultingState="CASH_PAYMENT" setCashInputMode="PAY_UP" <EVENT name="BUTTON_PAYMETHOD_2" resultingState="CASH_PAYMENT" setCashInputMode="PAY_UP"
setProduct="SHORT_TERM_PARKING" setProduct="SHORT_TERM_PARKING"

View File

@ -4,16 +4,12 @@
# opkg-commands added to this file will be executed by ATBUpdateTool. # opkg-commands added to this file will be executed by ATBUpdateTool.
############################################################################### ###############################################################################
# #
opkg info atbqt
opkg info atbupdatetool
opkg update opkg update
opkg install prepare-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 --download-only upgrade
opkg --cache /var/cache/opkg upgrade opkg --cache /var/cache/opkg upgrade
# opkg remove apism
# opkg install apism
opkg info apism opkg info apism
opkg info atbqt opkg info atbqt
opkg info atbupdatetool opkg info atbupdatetool