You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combine DPTBinary and DPTArray to one Class (e.g. "DPTPayload") with an attribute payload_length. payload_length == 0 would indicate DPTBinary style encoding in the CEMI Frame.
This would save a lot of typing headaches 🤪
Maybe even use bytes instead of tuple as value to coerce its value < 256
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please make sure to update to the latest version of xknx (or Home Assistant) and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Combine DPTBinary and DPTArray to one Class (e.g. "DPTPayload") with an attribute
payload_length
.payload_length == 0
would indicate DPTBinary style encoding in the CEMI Frame.This would save a lot of typing headaches 🤪
Maybe even use
bytes
instead oftuple
as value to coerce its value < 256The text was updated successfully, but these errors were encountered: