From b7d1bebdb8f50d418b7d70baf980e37889c31d29 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 23 Apr 2024 12:36:17 +0200 Subject: [PATCH 1/3] Set version date (23/04) -> trigger git --- etc/psa_config/DC2C_cash.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/psa_config/DC2C_cash.json b/etc/psa_config/DC2C_cash.json index 00e0bcb..9494d1c 100755 --- a/etc/psa_config/DC2C_cash.json +++ b/etc/psa_config/DC2C_cash.json @@ -1,7 +1,7 @@ { "title":"DC2C_cash ", "project":"Schoenau", -"version":"15.10.2023 14:55 02.00.06", +"version":"23.10.2024 12:22 02.00.06", "CoinDenom(15..0)":[200,100,50,0,0,0,0,0,0,255,200,100,50,20,10,5], "CoinValue(15..0)":[0,380,0,0,0,0,0,0,0,3,200,100,50,20,10,5], "CoinAccept(15..0)":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1], From f56fd7f8f8084423c8e20d0ab509351c7e2416b6 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 6 May 2024 11:08:16 +0200 Subject: [PATCH 2/3] Update DC2C_cash/device.json as provided by Thomas --- etc/psa_config/DC2C_cash.json | 12 ++++++------ etc/psa_config/DC2C_device.json | 6 +++++- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/etc/psa_config/DC2C_cash.json b/etc/psa_config/DC2C_cash.json index 9494d1c..07b6041 100755 --- a/etc/psa_config/DC2C_cash.json +++ b/etc/psa_config/DC2C_cash.json @@ -1,14 +1,14 @@ { "title":"DC2C_cash ", "project":"Schoenau", -"version":"23.10.2024 12:22 02.00.06", -"CoinDenom(15..0)":[200,100,50,0,0,0,0,0,0,255,200,100,50,20,10,5], -"CoinValue(15..0)":[0,380,0,0,0,0,0,0,0,3,200,100,50,20,10,5], -"CoinAccept(15..0)":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1], +"version":"06.05.2024 02.00.07", +"CoinDenom(15..0)":[0,0,0,0,0,0,0,0,0,255,200,100,50,20,10,5], +"CoinValue(15..0)":[0,0,0,0,0,0,0,0,0,3,200,100,50,20,10,5], +"CoinAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0], "ExchangeRate":1, "TokenChannel":6, -"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0], -"BillAccept(15..0)":[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1], +"BillValues(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,50,20,10,5], +"BillAccept(15..0)":[0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1], "LocalTaxRate":19, "ForeignTaxRate":0, "Surcharge":0, diff --git a/etc/psa_config/DC2C_device.json b/etc/psa_config/DC2C_device.json index b71753e..9596d1c 100755 --- a/etc/psa_config/DC2C_device.json +++ b/etc/psa_config/DC2C_device.json @@ -23,5 +23,9 @@ "BattWarn":11800, "BattErr":11200, "foreign":1, -"refPrint":1 +"refundPrint":1, +"billWarnLev":300, +"billFullLev":380, +"housing":1 + } From 2667955a41af1c1a7eabdfa8608f524593ede2bb Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Mon, 6 May 2024 12:23:06 +0200 Subject: [PATCH 3/3] keep only 'opkg update' --- etc/psa_update/opkg_commands | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/etc/psa_update/opkg_commands b/etc/psa_update/opkg_commands index cbce269..6dae920 100755 --- a/etc/psa_update/opkg_commands +++ b/etc/psa_update/opkg_commands @@ -5,10 +5,10 @@ ############################################################################### # opkg update -opkg install prepare-update -opkg install atbupdatetool -opkg install mxt-touch-reset -opkg install apism -opkg install tariff-config-332 -opkg --cache /var/cache/opkg --download-only upgrade ptu5-systemcontroller -opkg --cache /var/cache/opkg upgrade ptu5-systemcontroller +# opkg install prepare-update +# opkg install atbupdatetool +# opkg install mxt-touch-reset +# opkg install apism +# opkg install tariff-config-332 +# opkg --cache /var/cache/opkg --download-only upgrade ptu5-systemcontroller +# opkg --cache /var/cache/opkg upgrade ptu5-systemcontroller