Compare commits

..

1 Commits

Author SHA1 Message Date
fc1398ae72
Time selection: proposal 1 "SimpleSteps" 2024-03-19 14:14:45 +01:00
16 changed files with 716 additions and 1441 deletions

View File

@ -75,6 +75,11 @@ useDecimal=yes
[MOBILISIS_CalculatePricePlugin] [MOBILISIS_CalculatePricePlugin]
useDebug=1 useDebug=1
tariffFileName=/etc/psa_tariff/tariff01.json tariffFileName=/etc/psa_tariff/tariff01.json
useSimpleSteps=yes
plusStep=30
minusStep=10
[ATBDeviceControllerPlugin] [ATBDeviceControllerPlugin]
serialPort=ttymxc2 serialPort=ttymxc2

View File

@ -4,7 +4,7 @@
"version":"15.10.2023 14:55 02.00.06", "version":"15.10.2023 14:55 02.00.06",
"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,0,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],
@ -14,5 +14,6 @@
"Surcharge":0, "Surcharge":0,
"Discount":0 "Discount":0
} }
#"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,10000,5000,2000,1000,500],
#
#

View File

@ -3,10 +3,11 @@
"project":"Korneuburg", "project":"Korneuburg",
"version":"15.11.2023 00001", "version":"15.11.2023 00001",
"custNum":714, "custNum":714,
"machNum":1000, "machNum":8,
"borough":1, "borough":1,
"zone":1, "zone":1,
"alias":0, "alias":0,
"location":"Lebzeltergasse 4-12" "location":"Hauptplatz 39 Gericht"
} }
#
#

View File

@ -10,7 +10,7 @@
"creditCard":1, "creditCard":1,
"escrow":1, "escrow":1,
"RejMotor":0, "RejMotor":0,
"shutter":1, "shutter":2,
"billRd":0, "billRd":0,
"vaultLock":0, "vaultLock":0,
"autoAlarm":1, "autoAlarm":1,
@ -23,8 +23,8 @@
"BattWarn":11800, "BattWarn":11800,
"BattErr":11200, "BattErr":11200,
"foreign":1, "foreign":1,
"refundPrint":1, "refPrint":0
"billWarnLev":400,
"billFullLev":500,
"housing":1
} }
#
#
#

View File

@ -7,7 +7,6 @@
"styl":"align c", "styl":"align c",
"feed":"margin02", "feed":"margin02",
"feed":"rim02", "feed":"rim02",
"graf":"logo1",
"text":"Korneuburg", "text":"Korneuburg",
"feed":"nl" "feed":"nl"
"feed":"nl" "feed":"nl"
@ -27,6 +26,7 @@
"styl":"size 00", "styl":"size 00",
"feed":"nl" "feed":"nl"
} }
#
@ -39,3 +39,5 @@
#
#

View File

@ -1,4 +1,4 @@
{ {
"title":"DC2C_pri02", "title":"DC2C_pri02",
"project":"Korneuburg", "project":"Korneuburg",
"Version":"15.11.2023 00001", "Version":"15.11.2023 00001",
@ -10,16 +10,7 @@
"text":"", "text":"",
"feed":"nl", "feed":"nl",
"styl":"size 00" "styl":"size 00"
} }
#
#
#

View File

@ -1,4 +1,4 @@
{ {
"title":"DC2C_pri03", "title":"DC2C_pri03",
"project":"Korneuburg", "project":"Korneuburg",
"Version":"15.11.2023 00001", "Version":"15.11.2023 00001",
@ -18,16 +18,7 @@
"text":"legen", "text":"legen",
"feed":"nl", "feed":"nl",
"feed":"eject" "feed":"eject"
} }
#
#
#

View File

@ -3,4 +3,6 @@
"project":"Korneuburg", "project":"Korneuburg",
"Version":"15.11.2023 01.01", "Version":"15.11.2023 01.01",
"text":""; "text":"";
} }#
#
#

View File

@ -7,7 +7,6 @@
"styl":"align c", "styl":"align c",
"feed":"margin02", "feed":"margin02",
"feed":"rim02", "feed":"rim02",
"graf":"logo1",
"text":"Korneuburg", "text":"Korneuburg",
"feed":"nl" "feed":"nl"
"feed":"nl" "feed":"nl"
@ -39,3 +38,6 @@
#
#
#

View File

@ -24,3 +24,6 @@
#
#
#

View File

@ -31,3 +31,6 @@
#
#
#

View File

@ -3,4 +3,6 @@
"project":"Korneuburg", "project":"Korneuburg",
"Version":"15.11.2023 01.01", "Version":"15.11.2023 01.01",
"text":""; "text":"";
} }#
#
#

View File

@ -19,3 +19,6 @@
} }
#
#
#

View File

@ -40,3 +40,6 @@
} }
#
#
#

File diff suppressed because it is too large Load Diff

View File

@ -6,15 +6,17 @@
# #
opkg update opkg update
opkg install prepare-update opkg install prepare-update
# opkg install atbupdatetool
opkg --cache /var/cache/opkg --download-only upgrade atb-dc-libraries opkg install mxt-touch-reset
opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-dc opkg install atb-dc-libraries
opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-calculateprice-mobilisis opkg install ptu5-systemcontroller
opkg --cache /var/cache/opkg --download-only upgrade libmobilisis-calc opkg install atb-modemtools
opkg --cache /var/cache/opkg --download-only upgrade atbqt # opkg remove atb-accountingtool
# # opkg install atb-accountingtool
opkg --cache /var/cache/opkg upgrade atb-dc-libraries #opkg --cache /var/cache/opkg --download-only upgrade
opkg --cache /var/cache/opkg upgrade atb-plugin-dc #opkg --cache /var/cache/opkg upgrade
opkg --cache /var/cache/opkg upgrade atb-plugin-calculateprice-mobilisis # opkg remove apism
opkg --cache /var/cache/opkg upgrade libmobilisis-calc # opkg install apism
opkg --cache /var/cache/opkg upgrade atbqt opkg info apism
opkg info atbqt
opkg info atbupdatetool