34 Commits

Author SHA1 Message Date
GerhardHoffmann 98a1322722 Install ptu5-gitinstaller, atbupdatetool and atbqt.# Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen, 2023-08-11 12:41:50 +02:00
GerhardHoffmann 32720ad250 remove absolete file 2023-08-11 12:41:23 +02:00
GerhardHoffmann 77045d85c0 set daily cardprice to 2400 2023-08-03 15:44:26 +02:00
GerhardHoffmann 4384d17c80 add json files for zones 5 and 6 2023-08-03 15:31:46 +02:00
GerhardHoffmann 467cdeee18 use same tariff-file as branch for zone4 2023-07-26 14:48:38 +02:00
GerhardHoffmann 503a8a5f19 Set max_time to 240 2023-07-25 10:15:36 +02:00
GerhardHoffmann b82c876ece Do not download anything. Only execute opkg-commands 2023-07-06 15:44:31 +02:00
GerhardHoffmann 5257ec6b2b Update json-printer-files (provided by Dennis) 2023-07-06 15:11:43 +02:00
GerhardHoffmann 4fe11fae51 remove handling og checkout_history file 2023-07-04 14:01:10 +02:00
GerhardHoffmann 0133e505a1 populate opkg_commands-file with valid opkg instructions 2023-07-04 12:17:36 +02:00
GerhardHoffmann 52b5e76257 use opgk_commands-file in repository rather than in global file-system 2023-07-04 12:14:50 +02:00
SiegfriedSiegert 90e66b5be6 prevent any opkg command 2023-07-02 16:30:11 +02:00
GerhardHoffmann 0a16863267 return to normal workflow after testing 2023-06-30 10:51:49 +02:00
GerhardHoffmann 62b617e136 Provide opkg commands for zone3 2023-06-29 14:31:34 +02:00
GerhardHoffmann 835cbeae0b dc2c.bin -> dc2c.4.35.bin 2023-06-27 16:23:52 +02:00
GerhardHoffmann 423c0bec8a Adding device-controller firmware version 4.35 2023-06-27 16:23:16 +02:00
GerhardHoffmann a6cec85e46 remove obsolete file 2023-06-27 16:22:42 +02:00
GerhardHoffmann 8592f044d8 sync tariff-files with zg1/zone1 2023-06-27 14:42:01 +02:00
GerhardHoffmann 36894ae00b remove unued tariff-files 2023-06-27 14:40:27 +02:00
GerhardHoffmann 9519a6555e install same post-merge-hook as in branch zg1/zone1 2023-06-27 14:36:36 +02:00
GerhardHoffmann 28f597898e install same post-checkout-hook as in branch zg1/zone1 2023-06-27 14:35:27 +02:00
GerhardHoffmann 3643c06c19 Set daily_card_price to 2400 for zone4 2023-06-27 14:20:58 +02:00
GerhardHoffmann 98a69bc779 check for existence of opkg_commands-file (2) 2023-06-05 15:58:27 +02:00
GerhardHoffmann 14b49b4b21 check for existence of opkg_commands-file 2023-06-05 15:52:45 +02:00
GerhardHoffmann a08d654c26 adding post-checkout hook ad for zone1 2023-06-05 15:46:58 +02:00
GerhardHoffmann 101d6b8071 Add device controller version 4.22 2023-05-31 08:59:01 +02:00
GerhardHoffmann 4371fdd8f1 Adding new print-templates because of printing-problems on DC-side 2023-05-24 16:21:30 +02:00
GerhardHoffmann f821294816 Add DC-version 4.21 2023-05-24 16:21:24 +02:00
GerhardHoffmann a06c333894 Updating print templates as of May 11, 2023. 2023-05-18 12:16:32 +02:00
GerhardHoffmann bddb6a1a84 Add tariff-file for zone 4 2023-05-04 10:56:09 +02:00
GerhardHoffmann 8dea72e22b Update as for branch zg1/zone1 2023-04-25 11:54:03 +02:00
GerhardHoffmann 10f95e328a Removed *.ini-Files. 2023-03-31 11:47:16 +02:00
GerhardHoffmann fcd6301141 Add .gitignore 2023-03-31 09:51:54 +02:00
GerhardHoffmann bfff914e1d Add handling for binary dc-files 2023-03-30 12:49:45 +02:00
49 changed files with 3718 additions and 5146 deletions
-3
View File
@@ -11,10 +11,8 @@ if [ -z $IFS ]; then
IFS=$'\n'
fi
GIT_UPDATE_LOG=/opt/app/tools/atbupdate/update_log.csv
#TODO: use in UpdateController
get_blob () { # get the blob of the file(name) passed as $1
@@ -29,7 +27,6 @@ get_commit_for_blob () {
grep -q $1 && echo -n {} && head -n 1")
}
write_log_file () {
local now=$(date +"%Y-%m-%dT%T")
for fn in $(git diff-tree -r HEAD@{1} HEAD --name-only); do
+12 -23
View File
@@ -1,27 +1,16 @@
# First, ignore everything
*
# Now, whitelist anything that's a directory
!*/
# And all the file types you're interested in
!.gitignore
!.githooks/post-merge
!.githooks/post-checkout
!**/.gitignore
!**/.githooks/post-merge
!**/.githooks/post-checkout
## Except
!etc/atb/*
!etc/psa_config/*
!etc/psa_update/*
!etc/psa_tariff/*
!etc/dc/*.hex
!etc/dc/*.bin
!*/etc/*.ini
!*/etc/atb/*
!*/etc/psa_config/*
!*/etc/psa_update/*
!*/etc/psa_tariff/*
!*/etc/dc/*.hex
!*/etc/dc/*.bin
!**/.gitignore
!**/.githooks/post-merge
!/etc/*.ini
!/etc/atb/*.ini
!/etc/psa_config/*
!/etc/psa_update/*
!/etc/psa_tariff/*
!/etc/dc/dc2c.hex
!/opt/app/ATBAPP/*.ini
!/opt/app/sysconfig/*.ini
!/opt/app/ISMASMgr/*.ini
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
dc2c.4.35.bin
+12 -12
View File
@@ -1,16 +1,16 @@
{
"title":"DC2C_cash ",
"project":"DBM Szeged",
"version":"1.0.0-2024-07-05",
"CoinDenom(15..0)":[200,100,50,0,0,0,0,100,200,100,50,20,10,5,0,3],
"CoinValue(15..0)":[652,326,163,0,0,0,0,100,200,100,50,20,10,5,0,3],
"CoinAccept(15..0)":[1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1],
"ExchangeRate":326,
"TokenChannel":1,
"BillValues(7..0)":[0,0,0,0,0,0,0,0],
"LocalTaxRate":20,
"ForeignTaxRate":19,
"Surcharge":0,
"Discount":0
"version":"13.02.2023 12:20 00001",
"localCoinAccept(7..0)":[0,0,0,1,1,1,1,1],
"Name of Currency":"Huf",
"local tax rate":20,
"foreignCoinAccept(15..8)":[0,0,0,0,0,1,1,1],
"CurrencyName":"EUR",
"foreign tax rate":19,
"TokenChannel":3,
"Bills(7..0)":[0,0,0,0,0,0,0,0],
"surcharge":0,
"discount":0,
"":""
}
+13
View File
@@ -0,0 +1,13 @@
{
"title":"DC2C_config",
"project":"DBM Szeged",
"version":"13.02.2023 12:20 00001",
"custNum":281,
"machNum":999,
"borough":1,
"zone":1,
"alias":1357,
"location":"92637Weiden/Opf_Bahnhofstraße 65",
"":""
}
+41
View File
@@ -0,0 +1,41 @@
{
"title":"DC2C_pri01",
"styl":"font 08",
"styl":"size 10",
"feed":"margin02",
"feed":"rim02",
"text":"PARKOLÓJEGY",
"styl":"size 00",
"feed":"nl",
"text":"Kérjük az elsö szélvédö",
"feed":"nl",
"text":"mögé jól láthatóan",
"feed":"nl",
"text":"elhelyezni!",
"feed":"nl",
"text":"A PARKOLÓ NEM ÕRZÖTT",
"feed":"nl",
"text":"Please place it clearly visible",
"feed":"nl",
"text":"behind the",
"text":" front windshield!",
"feed":"nl",
"feed":"nl",
"text":"Rendszám: ",
"vari":"Dynamic01",
"feed":"nl",
"text":"Parkolási idõ vége:",
"feed":"nl",
"styl":"size 01",
"vari":"Dynamic04",
"vari":"Dynamic03",
"styl":"size 00",
"feed":"nl",
"text":"Parkolás helye: ",
"feed":"nl",
"vari":"location",
"feed":"nl",
"feed":"nl",
}
+36
View File
@@ -0,0 +1,36 @@
{
"title":"DC2C_pri02",
"text":"Összeg: ",
"styl":"size 01",
"vari":"Dynamic02",
"styl":"size 00",
"feed":"nl",
"text":"Kiadás időpontja:",
"feed":"nl",
"vari":"date us",
"vari":"time short",
"feed":"nl",
"text":"Automata száma: ",
"vari":"manu",
"text":"Park.jegy sorsz.: ",
"vari":"TickCtr",
"feed":"nl",
"text":"Szegedi Közlekedési Kft",
"feed":"nl",
"text":"6720 Szeged ",
"feed":"nl",
"text":"Zrínyi utca 4-8",
"feed":"nl",
"text":"Adósz: 11092612-2-06",
"feed":"nl",
"text":"A jegy ára az ÁFA-t",
"feed":"nl",
"text":" tartalmazza!",
"feed":"nl",
"text":"Üf. szolg nyitvatartás:",
"feed":"nl",
"feed":"nl",
"feed":"nl",
}
+22
View File
@@ -0,0 +1,22 @@
{
"title":"DC2C_pri03",
"project":"DBM Szeged park_coins",
"issued":"13.04.2023 01.01",
"styl":"size 00",
"text":"H - P: 7:45 - 17:00",
"feed":"nl",
"text":"Tel: (80) 820-500",
"feed":"nl",
"text":"Parkoljon egy érintéssel. ",
"feed":"nl",
"text":"Használja bankkártyáját ",
"feed":"nl",
"text":" automatáinknál is!",
"feed":"nl",
"feed":"nl",
"feed":"nl",
"feed":"eject",
}
+9
View File
@@ -0,0 +1,9 @@
{
"title":"DC2C_pri04",
"project":"empty template",
"issued":"09.06.2023 01.01",
"styl":"size 00"
}
+41
View File
@@ -0,0 +1,41 @@
{
"title":"DC2C_pri05",
"styl":"font 08",
"styl":"size 10",
"feed":"margin02",
"feed":"rim02",
"text":"PARKOLÓJEGY",
"styl":"size 00",
"feed":"nl",
"text":"Kérjük az elsö szélvédö",
"feed":"nl",
"text":"mögé jól láthatóan",
"feed":"nl",
"text":"elhelyezni!",
"feed":"nl",
"text":"A PARKOLÓ NEM ÕRZÖTT",
"feed":"nl",
"text":"Please place it clearly visible",
"feed":"nl",
"text":"behind the",
"text":" front windshield!",
"feed":"nl",
"feed":"nl",
"text":"Rendszám: ",
"vari":"Dynamic01",
"feed":"nl",
"text":"Parkolási idõ vége:",
"feed":"nl",
"styl":"size 01",
"vari":"Dynamic04",
"vari":"Dynamic03",
"styl":"size 00",
"feed":"nl",
"text":"Parkolás helye: ",
"feed":"nl",
"vari":"location",
"feed":"nl",
"feed":"nl",
}
+36
View File
@@ -0,0 +1,36 @@
{
"title":"DC2C_pri06",
"text":"Összeg: ",
"styl":"size 01",
"vari":"Dynamic02",
"styl":"size 00",
"feed":"nl",
"text":"Kiadás időpontja:",
"feed":"nl",
"vari":"date us",
"vari":"time short",
"feed":"nl",
"text":"Automata száma: ",
"vari":"manu",
"text":"Park.jegy sorsz.: ",
"vari":"TickCtr",
"feed":"nl",
"text":"Szegedi Közlekedési Kft",
"feed":"nl",
"text":"6720 Szeged ",
"feed":"nl",
"text":"Zrínyi utca 4-8",
"feed":"nl",
"text":"Adósz: 11092612-2-06",
"feed":"nl",
"text":"A jegy ára az ÁFA-t",
"feed":"nl",
"text":" tartalmazza!",
"feed":"nl",
"text":"Üf. szolg nyitvatartás:",
"feed":"nl",
"feed":"nl",
"feed":"nl",
}
+22
View File
@@ -0,0 +1,22 @@
{
"title":"DC2C_pri07",
"project":"DBM Szeged",
"issued":"13.04.2023 01.01",
"styl":"size 00",
"text":"H - P: 7:45 - 17:00",
"feed":"nl",
"text":"Tel: (80) 820-500",
"feed":"nl",
"text":"Parkoljon egy érintéssel. ",
"feed":"nl",
"text":"Használja bankkártyáját ",
"feed":"nl",
"text":" automatáinknál is!",
"feed":"nl",
"feed":"nl",
"feed":"nl",
"feed":"eject",
}
+8
View File
@@ -0,0 +1,8 @@
{
"title":"DC2C_pri08",
"project":"empty template",
"issued":"09.06.2023 01.01",
"styl":"size 00"
}
+41
View File
@@ -0,0 +1,41 @@
{
"title":"DC2C_pri09",
"styl":"font 08",
"styl":"size 10",
"feed":"margin02",
"feed":"rim02",
"text":"PARKOLÓJEGY",
"styl":"size 00",
"feed":"nl",
"text":"Kérjük az elsö szélvédö",
"feed":"nl",
"text":"mögé jól láthatóan",
"feed":"nl",
"text":"elhelyezni!",
"feed":"nl",
"text":"A PARKOLÓ NEM ÕRZÖTT",
"feed":"nl",
"text":"Please place it clearly visible",
"feed":"nl",
"text":"behind the",
"text":" front windshield!",
"feed":"nl",
"feed":"nl",
"text":"Rendszám: ",
"vari":"Dynamic01",
"feed":"nl",
"text":"Parkolási idõ vége:",
"feed":"nl",
"styl":"size 01",
"vari":"Dynamic04",
"vari":"Dynamic03",
"styl":"size 00",
"feed":"nl",
"text":"Parkolás helye: ",
"feed":"nl",
"vari":"location",
"feed":"nl",
"feed":"nl",
}
+40
View File
@@ -0,0 +1,40 @@
{
"title":"DC2C_pri10",
"styl":"size 01",
"text":"Napijegy K",
"styl":"size 00",
"feed":"nl",
"text":"Összeg: ",
"styl":"size 01",
"vari":"Dynamic02",
"styl":"size 00",
"feed":"nl",
"text":"Kiadás időpontja:",
"feed":"nl",
"vari":"date us",
"vari":"time short",
"feed":"nl",
"text":"Automata száma: ",
"vari":"manu",
"text":"Park.jegy sorsz.: ",
"vari":"TickCtr",
"feed":"nl",
"text":"Szegedi Közlekedési Kft",
"feed":"nl",
"text":"6720 Szeged ",
"feed":"nl",
"text":"Zrínyi utca 4-8",
"feed":"nl",
"text":"Adósz: 11092612-2-06",
"feed":"nl",
"text":"A jegy ára az ÁFA-t",
"feed":"nl",
"text":" tartalmazza!",
"feed":"nl",
"text":"Üf. szolg nyitvatartás:",
"feed":"nl",
"feed":"nl",
"feed":"nl",
}
+22
View File
@@ -0,0 +1,22 @@
{
"title":"DC2C_pri11",
"project":"DBM Szeged",
"issued":"13.04.2023 01.01",
"styl":"size 00",
"text":"H - P: 7:45 - 17:00",
"feed":"nl",
"text":"Tel: (80) 820-500",
"feed":"nl",
"text":"Parkoljon egy érintéssel. ",
"feed":"nl",
"text":"Használja bankkártyáját ",
"feed":"nl",
"text":" automatáinknál is!",
"feed":"nl",
"feed":"nl",
"feed":"nl",
"feed":"nl"
}
+9
View File
@@ -0,0 +1,9 @@
{
"title":"DC2C_pri12",
"project":"empty template",
"issued":"09.06.2023 01.01",
"styl":"size 00"
}
+41
View File
@@ -0,0 +1,41 @@
{
"title":"DC2C_pri13",
"styl":"font 08",
"styl":"size 10",
"feed":"margin02",
"feed":"rim02",
"text":"PARKOLÓJEGY",
"styl":"size 00",
"feed":"nl",
"text":"Kérjük az elsö szélvédö",
"feed":"nl",
"text":"mögé jól láthatóan",
"feed":"nl",
"text":"elhelyezni!",
"feed":"nl",
"text":"A PARKOLÓ NEM ÕRZÖTT",
"feed":"nl",
"text":"Please place it clearly visible",
"feed":"nl",
"text":"behind the",
"text":" front windshield!",
"feed":"nl",
"feed":"nl",
"text":"Rendszám: ",
"vari":"Dynamic01",
"feed":"nl",
"text":"Parkolási idõ vége:",
"feed":"nl",
"styl":"size 01",
"vari":"Dynamic04",
"vari":"Dynamic03",
"styl":"size 00",
"feed":"nl",
"text":"Parkolás helye: ",
"feed":"nl",
"vari":"location",
"feed":"nl",
"feed":"nl",
}
+40
View File
@@ -0,0 +1,40 @@
{
"title":"DC2C_pri14",
"styl":"size 01",
"text":"Napijegy K",
"styl":"size 00",
"feed":"nl",
"text":"Összeg: ",
"styl":"size 01",
"vari":"Dynamic02",
"styl":"size 00",
"feed":"nl",
"text":"Kiadás időpontja:",
"feed":"nl",
"vari":"date us",
"vari":"time short",
"feed":"nl",
"text":"Automata száma: ",
"vari":"manu",
"text":"Park.jegy sorsz.: ",
"vari":"TickCtr",
"feed":"nl",
"text":"Szegedi Közlekedési Kft",
"feed":"nl",
"text":"6720 Szeged ",
"feed":"nl",
"text":"Zrínyi utca 4-8",
"feed":"nl",
"text":"Adósz: 11092612-2-06",
"feed":"nl",
"text":"A jegy ára az ÁFA-t",
"feed":"nl",
"text":" tartalmazza!",
"feed":"nl",
"text":"Üf. szolg nyitvatartás:",
"feed":"nl",
"feed":"nl",
"feed":"nl",
}
+22
View File
@@ -0,0 +1,22 @@
{
"title":"DC2C_pri15",
"project":"DBM Szeged park_coins",
"issued":"13.04.2023 01.01",
"styl":"size 00",
"text":"H - P: 7:45 - 17:00",
"feed":"nl",
"text":"Tel: (80) 820-500",
"feed":"nl",
"text":"Parkoljon egy érintéssel. ",
"feed":"nl",
"text":"Használja bankkártyáját ",
"feed":"nl",
"text":" automatáinknál is!",
"feed":"nl",
"feed":"nl",
"feed":"nl",
"feed":"nl"
}
+8
View File
@@ -0,0 +1,8 @@
{
"title":"DC2C_pri16",
"project":"empty template",
"issued":"09.06.2023 01.01",
"styl":"size 00"
}
+25
View File
@@ -0,0 +1,25 @@
{
"title":"DC2C_pri17",
"styl":"align l",
"feed":"margin01",
"feed":"nl",
"feed":"nl",
"feed":"nl",
"feed":"part",
"text":"Utazzon tovább közösségi közle-",
"feed":"nl",
"text":"kedéssel! Ehhez a leválasztható",
"feed":"nl",
"text":" szelvényhez a közösségi közle- ",
"feed":"nl",
"text":"kedési járművek (villamos, helyi-",
"feed":"nl",
"text":"járatos busz,trolibusz,vasútvilla-",
"feed":"nl",
"text":"mos) bankkártyás fedélzeti jegy-",
"feed":"nl",
"text":"kiadó automatáiból,illetve a jegy-",
"feed":"nl",
"feed":"nl"
}
+18
View File
@@ -0,0 +1,18 @@
"title":"DC2C_pri18",
"styl":"align l",
"feed":"margin01",
"text":"árusító applikációkból Közterületi",
"feed":"nl",
"text":"fizető parkolás napijegyhez vál-",
"feed":"nl",
"text":"tott kiegészítő Körút napijegy vá-",
"feed":"nl",
"text":"sárolható (ára 440,-Ft)1 fő részé-",
"feed":"nl",
"text":"re. Ez a napijegy Szeged, Nagy-",
"feed":"nl",
"text":" körútig bezárólag illetve a Nagy-",
"feed":"nl",
"feed":"nl"
}
+13
View File
@@ -0,0 +1,13 @@
{
"title":"DC2C_pri19",
"styl":"align l",
"feed":"margin01",
"text":"körúton túli első megállóhelytől",
"feed":"nl",
"text":"vagy megállóhelyig korlátlan uta-",
"feed":"nl",
"text":"zásra érvényes a parkolás nap-",
"feed":"nl",
"text":"ján."
}
+28
View File
@@ -0,0 +1,28 @@
{
"title":"DC2C_pri20",
"project":"empty template",
"issued":"09.06.2023 01.01",
"styl":"size 00"
"text":"Ellenőrzéshez ezt a szelvényt",
"feed":"nl",
"text":"és az utazásra jogosító papírt" ,
"feed":"nl",
"text":"vagy elektronikus napijegyet ",
"feed":"nl",
"text":"együttesen kell bemutatni.",
"feed":"nl",
"text":"Rendszám: ",
"vari":"Dynamic01",
"feed":"nl",
"text":"Parkolás kezdete:",
"text":"(Kék Zóna)",
"feed":"nl",
"vari":"date us",
"vari":"time short",
"feed":"nl",
"feed":"eject"
}
+40
View File
@@ -0,0 +1,40 @@
{
"title":"DC2C_pri21",
"project":"DBM Szeged StartParking",
"styl":"size 10",
"text":"Igazoló ",
"text":"szelvény",
"styl":"size 00",
"feed":"nl",
"feed":"nl",
"text":" Bizonylat ",
"feed":"nl",
"text":"Szélvédõ mögé NEM",
"feed":"nl",
"text":"kell kihelyezni!",
"feed":"nl",
"text":"A PARKOLÓ NEM ÕRZÖTT!",
"feed":"nl",
"feed":"nl",
"text":"Rendszám: ",
"vari":"Dynamic01",
"feed":"nl",
"text":"Parkolás helye: ",
"feed":"nl",
"styl":"size 10",
"vari":"location",
"styl":"size 00",
"feed":"nl",
"text":"Zárolt összeg/Ft.: ",
"feed":"nl",
"styl":"size 11",
"vari":"Dynamic02",
"styl":"size 00",
"feed":"nl",
"text":"Kiadás idõpontja:",
"feed":"nl",
"vari":"date us",
"vari":"time short",
"feed":"nl"
}
Executable → Regular
+3 -1
View File
@@ -17,7 +17,7 @@
"feed":"nl",
"text":"Üf. szolg nyitvatartás:",
"feed":"nl",
"text":"Zrínyi utca 4-8",
"text":"Deák Ferenc u. 31.",
"feed":"nl",
"text":"H - P: 7:45 - 17:00",
"feed":"nl",
@@ -25,3 +25,5 @@
"feed":"nl",
"feed":"nl"
}
+34
View File
@@ -0,0 +1,34 @@
"title":"DC2C_pri23",
"project":"DBM Szeged StartParking",
"styl":"size 00",
"feed":"nl",
"text":"Szegedi Közlekedési Kft",
"feed":"nl",
"text":" 6720 Szeged",
"feed":"nl",
"text":" Zrínyi utca 4-8.",
"feed":"nl",
"text":"Adósz: 11092612-2-06",
"feed":"nl",
"feed":"nl",
"text":"Parkoljon egy érintéssel.",
"feed":"nl",
"text":"Használja bankkártyáját",
"feed":"nl",
"text":" automatáinknál is!",
"feed":"nl",
"feed":"nl",
"text":"Leállító KÓD:",
"feed":"nl",
"styl":"size 11",
"vari":"Dynamic07",
"feed":"nl",
"vari":"Dynamic08",
"styl":"size 00",
"feed":"nl",
"text":"Õrizze meg, tartsa magánál!",
"feed":"nl",
"feed":"eject"
}
+39
View File
@@ -0,0 +1,39 @@
{
"title":"DC2C_pri24",
"project":"DBM Szeged StopParking",
"styl":"size 10"
"text":"Parkolójegy",
"styl":"size 00"
"feed":"nl",
"feed":"nl",
"text":"Nyugta : ",
"feed":"nl",
"vari":"Dynamic07",
"feed":"nl",
"vari":"Dynamic08",
"feed":"nl",
"text":"Rendszám: ",
"vari":"Dynamic01",
"feed":"nl",
"text":"Leállítás helye:",
"feed":"nl",
"styl":"size 10"
"vari":"location",
"styl":"size 00",
"text":"Leállítás idõpontja:",
"feed":"nl",
"vari":"date us",
"vari":"time short",
"feed":"nl",
"text":"Automata száma: ",
"vari":"manu",
"feed":"nl",
"text":"Terhelt Összeg: ",
"vari":"Dynamic02",
"text":"Ft. (BK)",
"feed":"nl",
"text":"A nyugta az igazoló",
"feed":"nl",
"text":"szelvénnyel együtt"
}
Executable → Regular
+3 -1
View File
@@ -6,7 +6,7 @@
"feed":"nl",
"text":"Üf. szolg nyitvatartás:"
"feed":"nl",
"text":" Zrínyi utca 4-8",
"text":" Arany Janos u. 5",
"styl":"size 00",
"feed":"nl",
"text":" H - P: 7:45 - 17:00",
@@ -27,3 +27,5 @@
"text":" tartalmazza!",
"feed":"nl"
}
+17
View File
@@ -0,0 +1,17 @@
{
"title":"DC2C_pri26",
"project":"DBM Szeged StopParking",
"feed":"nl",
"text":"Start azonosító:",
"styl":"size 00",
"feed":"nl",
"vari":"Dynamic07",
"feed":"nl",
"vari":"Dynamic08",
"feed":"nl",
"text":"Õrizze meg, tartsa magánál!",
"feed":"nl",
"feed":"eject"
}
+36
View File
@@ -0,0 +1,36 @@
{
"title":"DC2C_pri27",
"project":"DBM Szeged Error",
"styl":"size 00",
"feed":"nl",
"text":"TRANZAKCIÓ ELUTASÍTVA!",
"feed":"nl",
"feed":"nl",
"text":" Bizonylat",
"feed":"nl",
"feed":"nl",
"text":"Rendszám: ",
"vari":"Dynamic01",
"feed":"nl",
"text":"Indítás helye:",
"feed":"nl",
"vari":"location",
"feed":"nl",
"text":"Kiadás idõpontja:",
"feed":"nl",
"vari":"date us",
"vari":"time short",
"feed":"nl",
"text":"Automata száma: ",
"vari":"manu",
"text":"Bizonylat sorsz.: ",
"feed":"nl",
"vari":"Dynamic07",
"feed":"nl",
"vari":"Dynamic08",
"feed":"nl",
"text":"Hibaüzenet: ",
"vari":"Dynamic06",
"feed":"nl"
}
Executable → Regular
+2 -1
View File
@@ -4,7 +4,7 @@
"styl":"size 00",
"text":" Üf. szolg nyitvatartás:",
"feed":"nl",
"text":" Zrínyi utca 4-8 ",
"text":" Deák Ferenc u. 31. ",
"feed":"nl",
"text":" H - P: 7:45 - 17:00",
"feed":"nl",
@@ -32,3 +32,4 @@
"feed":"eject"
}
+24
View File
@@ -0,0 +1,24 @@
{
"title":"DC2C_pri29",
"project":"ATB test",
"issued":"24.05.2023 01.00",
"styl":"font 08",
"styl":"size 11",
"feed":"margin02",
"feed":"rim02",
"text":"All 8 Variables:",
"feed":"nl",
"vari":"Dynamic01",
"vari":"Dynamic02",
"vari":"Dynamic03",
"vari":"Dynamic04",
"vari":"Dynamic05",
"vari":"Dynamic06",
"vari":"Dynamic07",
"vari":"Dynamic08",
"feed":"eject",
}
+5
View File
@@ -0,0 +1,5 @@
{
"title":"DC2C_pri30",
"version":"27.02.2023 12:20 00001",
"":""
}
+5
View File
@@ -0,0 +1,5 @@
{
"title":"DC2C_pri31",
"version":"27.02.2023 12:20 00001",
"":"iiii"
}
+39
View File
@@ -0,0 +1,39 @@
{
"title":"DC2C_pri32",
"project":"DBM Szeged door",
"issued":"18.04.2023 01.01",
"styl":"font 08",
"styl":"size 10",
"feed":"margin02",
"feed":"rim02",
"styl":"size 11",
"text":"AJTÓ NYITÁS",
"feed":"nl",
"styl":"size 00",
"text":"Door closed",
"feed":"nl",
"feed":"nl",
"text":"CuNu: ",
"vari":"cunu",
"text":"MaNu: ",
"vari":"manu",
"text":"Place: ",
"vari":"location",
"text":"Group: ",
"vari":"group",
"text":"Zone: ",
"vari":"zone",
"text":"Name: ",
"vari":"alias",
"text":"Date: ",
"vari":"date us",
"text":"Time: ",
"vari":"time long",
"feed":"nl",
"text":" * * * * * * * * ",
"feed":"nl",
"feed":"nl",
"feed":"eject",
}
+13
View File
@@ -0,0 +1,13 @@
{
"title":"DC2C_serial",
"setup_master_interface":"",
"project":"DBM Szeged",
"version":"13.02.2023 12:20 00001",
"crcChk":1,
"baudRate":9600,
"data":8,
"parity":"no",
"stop":1,
"":""
}
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+11 -14
View File
@@ -3,18 +3,15 @@
###############################################################################
# opkg-commands added to this file will be executed by ATBUpdateTool.
###############################################################################
##
# opkg prefix will be added inside evaluating script
#
opkg info ptu5-gitinstaller
opkg info atbqt
opkg info atbupdatetool
opkg update
# opkg install prepare-update
# download packages
# opkg --cache /var/cache/opkg --download-only upgrade tariff-config-281
# opkg --cache /var/cache/opkg --download-only upgrade libmobilisis-calc2
# opkg --cache /var/cache/opkg --download-only upgrade atb-plugin-calculateprice-mobilisis
opkg --cache /var/cache/opkg --download-only upgrade atbqt=4.99.11+git0+66f98a3bef-r0
opkg --cache /var/cache/opkg --download-only upgrade apism=1.7.0-r1
# install packages
# opkg --cache /var/cache/opkg upgrade tariff-config-281
# opkg --cache /var/cache/opkg upgrade libmobilisis-calc2
# opkg --cache /var/cache/opkg upgrade atb-plugin-calculateprice-mobilisis
opkg --cache /var/cache/opkg upgrade atbqt=4.99.11+git0+66f98a3bef-r0
opkg --cache /var/cache/opkg upgrade apism=1.7.0-r1
opkg install ptu5-gitinstaller
opkg install atbupdatetool
opkg install atbqt
opkg info ptu5-gitinstaller
opkg info atbqt
opkg info atbupdatetool