Changes
This release expands device control and schedule decoding with two user-facing additions: RTK mowers now expose zone information from live payloads, and the library adds a dedicated torque command that validates input before publishing the documented MQTT payload.
It also tightens runtime behavior around logging and schedule handling by aligning library logging with standard Python expectations and adding focused regression coverage for next-schedule selection across both protocol 0 and protocol 1 devices.
🐛 Bug Fixes
- #334 Use standard library logging behavior @MTrab
- #335 Prefer device timezone for schedules @MTrab
- #337 Add next schedule regression tests @MTrab