Compare commits

...

11 Commits

4 changed files with 34 additions and 35 deletions

View File

@@ -1,16 +1,16 @@
{ {
"title":"DC2C_cash", "title":"DC2C_cash ",
"project":"Christoph Reisen", "project":"Christoph Reisen",
"version":"1.0.0 2024.04.26", "version":"1.0.0 2024.04.26",
"CoinDenom(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,1], "CoinDenom(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,1],
"CoinValue(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,3], "CoinValue(15..0)":[200,100,50,20,10,5,0,0,0,0,0,0,0,0,0,3],
"CoinAccept(15..0)":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0], "CoinAccept(15..0)":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0],
"ExchangeRate":1, "ExchangeRate":1,
"TokenChannel":6, "TokenChannel":6,
"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], "BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
"BillAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], "BillAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
"LocalTaxRate":19, "LocalTaxRate":19,
"ForeignTaxRate":0, "ForeignTaxRate":0,
"Surcharge":0, "Surcharge":0,
"Discount":0 "Discount":0
} }

View File

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

View File

@@ -40,11 +40,11 @@
"pop_min_time": 360, "pop_min_time": 360,
"pop_max_time": 7440, "pop_max_time": 7440,
"pop_min_price": 600, "pop_min_price": 600,
"pop_max_price": 3600, "pop_max_price": 4000,
"pop_carry_over": 1, "pop_carry_over": 1,
"pop_daily_card_price": 0, "pop_daily_card_price": 0,
"pop_business_hours": 16128, "pop_business_hours": 32512,
"comment_pop_business_hours": "0x3F00 -> MON-SUN" "comment_pop_business_hours": "0x7F00 -> MON-SUN"
} }
], ],
"PaymentRate": [ "PaymentRate": [
@@ -76,12 +76,12 @@
{ {
"pra_payment_option_id": 1099, "pra_payment_option_id": 1099,
"pra_payment_unit_id": 6, "pra_payment_unit_id": 6,
"pra_price": 3000 "pra_price": 3200
}, },
{ {
"pra_payment_option_id": 1099, "pra_payment_option_id": 1099,
"pra_payment_unit_id": 7, "pra_payment_unit_id": 7,
"pra_price": 3600 "pra_price": 4000
} }
], ],
"Duration": [ "Duration": [

View File

@@ -6,17 +6,13 @@
# #
opkg update opkg update
opkg install prepare-update opkg install prepare-update
opkg install atbupdatetool #
opkg install mxt-touch-reset opkg --cache /var/cache/opkg --download-only upgrade atb-dc-libraries
opkg install atb-dc-libraries opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-dc
opkg install ptu5-systemcontroller opkg --cache /var/cache/opkg --download-only upgrade atbqt
opkg install atb-modemtools #
# opkg remove atb-accountingtool opkg --cache /var/cache/opkg upgrade atb-dc-libraries
# opkg install atb-accountingtool opkg --cache /var/cache/opkg upgrade atb-plugin-dc
#opkg --cache /var/cache/opkg --download-only upgrade opkg --cache /var/cache/opkg upgrade atbqt
#opkg --cache /var/cache/opkg upgrade #opkg install --force-downgrade https://firmware.ptu5.atb-comm.de/testing/00700/atb-plugin-calculateprice-mobilisis_1.5.0+git0+034adf9096-r1-00700_cortexa9t2hf-neon.ipk
# opkg remove apism #opkg install --force-downgrade https://firmware.ptu5.atb-comm.de/testing/00700/libmobilisis-calc2_2.1.99+git0+c7623429d9-r0-00700_cortexa9t2hf-neon.ipk
# opkg install apism
opkg info apism
opkg info atbqt
opkg info atbupdatetool