Version 5.0.x
GPIO user conditions and expressions
Custom GPIO conditions have been split into two kinds, see Input/output:
- User conditions: named boolean values set directly.
- User expressions: named boolean expressions derived from other conditions.
New requests:
- setGpioConditions
- listUserGpioConditions
- removeUserGpioCondition
- setUserGpioExpressions
- listUserGpioExpressions
- removeUserGpioExpression
- listWritableGpioConditions
Deprecated requests:
| Deprecated | Replacement |
|---|---|
| setCustomGpioConditions | setGpioConditions, setUserGpioExpressions |
| listCustomGpioConditions | listUserGpioConditions, listUserGpioExpressions |
| removeCustomGpioCondition | removeUserGpioCondition, removeUserGpioExpression |
Print job
New PrintJob properties for aligning the label:
hAlignandhOffsetalign and shift the print along the web.targetHeightandvAlignalign the print across the web.
Print counters and history (v5.0.2)
- New getPrintHistory request, returning the number of labels printed over time.
- New REST endpoints for print counters and history.
Export (v5.0.3)
- The result of export
includes an
_app_versionkey with the software version that made the export.