safesight-edge/configs/overlays/shoe_debug.json

18 lines
323 B
JSON

{
"description": "Enable shoe association and color-check debug logs for test runs.",
"instance_overrides": {
"*": {
"override": {
"nodes": {
"shoe_assoc": {
"debug": true
},
"shoe_color": {
"debug": true
}
}
}
}
}
}