Skip to content

Commit c1ca83b

Browse files
hstievataarushtools
authored andcommitted
fix(printing): add a few more alerts
1 parent 6a2f926 commit c1ca83b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

intranet/apps/printing/views.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def parse_alerts(alerts: str) -> tuple[str, str]:
7171
"media-jam-warning": "jammed",
7272
"toner-empty-error": "out of toner",
7373
"toner-empty-warning": "out of toner",
74+
"toner-low-report": "low on toner",
75+
"door-open-report": "door open",
7476
"none": "working",
7577
}
7678
alerts = alerts.split()

0 commit comments

Comments
 (0)