30 lines
No EOL
581 B
Text
30 lines
No EOL
581 B
Text
# Note
|
|
|
|
XMLProfile v1
|
|
|
|
```
|
|
adb shell
|
|
|
|
mkdir /sdcard/coffeevending/xmlprofile
|
|
|
|
adb push ./xmlprofile/sample_design1.json /sdcard/coffeevending/xmlprofile/main.json
|
|
```
|
|
|
|
- JSON structure
|
|
|
|
** modifiers ** not used yet!
|
|
|
|
```
|
|
{
|
|
"ProfileName":{
|
|
"enable": "true | false",
|
|
"except": [
|
|
"BoxID that this profile cannot apply to"
|
|
],
|
|
"modifiers": [
|
|
"apply_to=( all_menus | restricted_menus | ... )", // Work In Progress, this will apply the profile to the following options only.
|
|
"# This is comment"
|
|
]
|
|
}
|
|
}
|
|
``` |