Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(inputs.knx_listener): Add support for string data type #15169

Merged

Commits on Apr 16, 2024

  1. feat(inputs.knx_listener): add support for String data type

    KNX has string data types like DPT 16.000 (ASCII text) which can
    transfer up to 14 bytes of ASCII text. knx_listener didn't support these
    yet and therefore couldn't log telegrams of this type; this PR adds the
    required support.
    martinvonwittich committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3f24e1a View commit details
    Browse the repository at this point in the history