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

Add missing '\r's and SSDP message formatting #2424

Closed
wants to merge 5 commits into from

Commits on Aug 23, 2016

  1. Add missing '\r's and SSDP message formatting

    This fixes missing carriage returns that were causing odd output when
    debugging was enabled. This also adds the capability to define a custom
    SSDP message formatter for devices that need more control over the
    actual wire format of messages. For devices emulating Hue bridges, the
    order of message elements is important as well as the ability to add
    non-standard message elements.
    opticron committed Aug 23, 2016
    Copy the full SHA
    d96694d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Copy the full SHA
    99034e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. Copy the full SHA
    53aacf5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2016

  1. Copy the full SHA
    4dc6b8d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Copy the full SHA
    fdca5ce View commit details
    Browse the repository at this point in the history