Skip to content

Commit 84bc21d

Browse files
Update grocy/DOCS.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 372c259 commit 84bc21d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

grocy/DOCS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Allows posting to a webhook to print labels
211211
- `label_printer_webhook` The URI that Grocy will POST to when asked to print a label
212212
- `label_printer_run_server` Whether the webhook will be called server- or client-side
213213
- `label_printer_params` Additional parameters supplied to the webhook
214-
- `` TRUE to use JSON or FALSE to use normal POST request variables
214+
- `label_printer_hook_json`: TRUE to use JSON or FALSE to use normal POST request variables
215215

216216
### Option: `Thermal Printer`
217217

@@ -224,7 +224,6 @@ the printer must support the ESC/POS protocol, see https://github.com/mike42/esc
224224
- `tprinter_ip` IP of the network printer (does only matter if it's a network printer)
225225
- `tprinter_port` Port of the network printer (does only matter if it's a network printer)
226226
- `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
227-
228227
## Known issues and limitations
229228

230229
- Grocy support to provide custom lookup resources to lookup information

0 commit comments

Comments
 (0)