Spaces:
Running
Running
File size: 502 Bytes
fd0bd3b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"0": {
"label": "Good",
"description": "Good quality measurement",
"color": "#22c55e"
},
"1": {
"label": "Suspect",
"description": "Suspect quality — possible communication issue or manual override",
"color": "#f97316"
},
"2": {
"label": "Bad",
"description": "Bad quality — sustained communication failure or substituted value",
"color": "#ef4444"
},
"-1": {
"label": "N/A",
"description": "Not applicable",
"color": "#94a3b8"
}
}
|