Print job status reporting

This commit is contained in:
2026-02-07 14:39:06 +00:00
parent b412900b4b
commit 652c433509
2 changed files with 31 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ This is a Docker-based MQTT client that listens for print requests, generates ve
- `MQTT_HOST`: MQTT broker hostname
- `MQTT_PORT`: MQTT broker port
- `MQTT_TOPIC_SUB`: Topic to subscribe for print requests
- `MQTT_TOPIC_PUB_ERRORS`: Topic to publish errors
- `MQTT_TOPIC_PUB_STATUS`: Topic to publish status messages (success and errors)
- `PRINTER_DEVICE`: Printer device path (e.g., /dev/usb/lp0)
- `PRINTER_MODEL`: Printer model (e.g., QL-800)
- `LABEL_SIZE_DEFAULT`: Default label size (e.g., 29x90)