Apply sentence-casing to all status codes in litterrobot (#141020)

This commit is contained in:
Norbert Rittel 2025-03-20 21:23:35 +01:00 committed by GitHub
parent 5d1c8ea537
commit 98f7193986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,31 +77,31 @@
"status_code": { "status_code": {
"name": "Status code", "name": "Status code",
"state": { "state": {
"br": "Bonnet Removed", "br": "Bonnet removed",
"ccc": "Clean Cycle Complete", "ccc": "Clean cycle complete",
"ccp": "Clean Cycle In Progress", "ccp": "Clean cycle in progress",
"cd": "Cat Detected", "cd": "Cat detected",
"csf": "Cat Sensor Fault", "csf": "Cat sensor fault",
"csi": "Cat Sensor Interrupted", "csi": "Cat sensor interrupted",
"cst": "Cat Sensor Timing", "cst": "Cat sensor timing",
"df1": "Drawer Almost Full - 2 Cycles Left", "df1": "Drawer almost full - 2 cycles left",
"df2": "Drawer Almost Full - 1 Cycle Left", "df2": "Drawer almost full - 1 cycle left",
"dfs": "Drawer Full", "dfs": "Drawer full",
"dhf": "Dump + Home Position Fault", "dhf": "Dump + home position fault",
"dpf": "Dump Position Fault", "dpf": "Dump position fault",
"ec": "Empty Cycle", "ec": "Empty cycle",
"hpf": "Home Position Fault", "hpf": "Home position fault",
"off": "[%key:common::state::off%]", "off": "[%key:common::state::off%]",
"offline": "Offline", "offline": "Offline",
"otf": "Over Torque Fault", "otf": "Over torque fault",
"p": "[%key:common::state::paused%]", "p": "[%key:common::state::paused%]",
"pd": "Pinch Detect", "pd": "Pinch detect",
"pwrd": "Powering Down", "pwrd": "Powering down",
"pwru": "Powering Up", "pwru": "Powering up",
"rdy": "Ready", "rdy": "Ready",
"scf": "Cat Sensor Fault At Startup", "scf": "Cat sensor fault at startup",
"sdf": "Drawer Full At Startup", "sdf": "Drawer full at startup",
"spf": "Pinch Detect At Startup" "spf": "Pinch detect at startup"
} }
}, },
"waste_drawer": { "waste_drawer": {