Remove payload_length from KNX send

This commit is contained in:
2026-02-13 20:36:37 +01:00
parent 22afc5addf
commit 6ce60029a1
4 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 0.0.15 - 2026-02-13
- Remove unsupported `payload_length` field from KNX send calls.
## 0.0.14 - 2026-02-13
- Improve KNX event decoding for cover commands and address the up/down mapping.