Skip to main content

Peripherals

⚠️ Important:
The schema properties must align with the naming conventions used in the peripherals profile created in the repository hiiretail-javapos-config

Peripherals are configurable via CCC schema cha.settings.v1, under pos.peripherals for the POS and mpos.peripherals for the Mobile POS.

"PeripheralsType": {
"description": "This is a definition of the peripherals properties settings.",
"type": "object",
"properties": {
"scale": {
"$ref": "#/$defs/ScaleType"
},
"scanner1": {
"$ref": "#/$defs/ScannerType"
},
"scanner2": {
"$ref": "#/$defs/ScannerType"
},
"scan": {
"$ref": "#/$defs/ScanAlertType"
},
"printer": {
"$ref": "#/$defs/PrinterType"
},
"cashchanger": {
"$ref": "#/$defs/CashChangerType"
},
"systemPrinter": {
"$ref": "#/$defs/SystemPrinterType"
},
"icd": {
"$ref": "#/$defs/IcdType"
},
"itab": {
"$ref": "#/$defs/ItabType"
}
}
}

See more detailed docs for: