Update DC2C_cash/device.json as provided by Thomas

This commit is contained in:
Gerhard Hoffmann 2024-05-06 11:09:38 +02:00
parent c49dc48067
commit 8ca05780ed
2 changed files with 11 additions and 7 deletions

View File

@ -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,

View File

@ -23,5 +23,9 @@
"BattWarn":11800,
"BattErr":11200,
"foreign":1,
"refPrint":1
"refundPrint":1,
"billWarnLev":300,
"billFullLev":380,
"housing":1
}