mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 11:11:30 +00:00
Update grocy/DOCS.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
372c25967b
commit
84bc21d93d
1 changed files with 1 additions and 2 deletions
|
@ -211,7 +211,7 @@ Allows posting to a webhook to print labels
|
|||
- `label_printer_webhook` The URI that Grocy will POST to when asked to print a label
|
||||
- `label_printer_run_server` Whether the webhook will be called server- or client-side
|
||||
- `label_printer_params` Additional parameters supplied to the webhook
|
||||
- `` TRUE to use JSON or FALSE to use normal POST request variables
|
||||
- `label_printer_hook_json`: TRUE to use JSON or FALSE to use normal POST request variables
|
||||
|
||||
### Option: `Thermal Printer`
|
||||
|
||||
|
@ -224,7 +224,6 @@ the printer must support the ESC/POS protocol, see https://github.com/mike42/esc
|
|||
- `tprinter_ip` IP of the network printer (does only matter if it's a network printer)
|
||||
- `tprinter_port` Port of the network printer (does only matter if it's a network printer)
|
||||
- `tprinter_connector` Printer device (does only matter if you use a locally attached printer) For USB on Linux this is often '/dev/usb/lp0', for serial printers it could be similar to '/dev/ttyS0' Make sure that the user that runs the webserver has permissions to write to the printer - on Linux add your webserver user to the LP group with usermod -a -G lp www-data
|
||||
|
||||
## Known issues and limitations
|
||||
|
||||
- Grocy support to provide custom lookup resources to lookup information
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue