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 OZW node config parameters websocket commands #40527

Merged
merged 39 commits into from
Oct 5, 2020

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    d6434d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f01e98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc00b50 View commit details
    Browse the repository at this point in the history
  4. create response class

    raman325 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    dbed308 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    859ad4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1aa7828 View commit details
    Browse the repository at this point in the history
  7. add tests

    raman325 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    c8e4d31 View commit details
    Browse the repository at this point in the history
  8. handle logging errors better and make new response class more generic…

    … to prepare for lock user code work
    raman325 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    fceba61 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    76a96b8 View commit details
    Browse the repository at this point in the history
  10. invert check

    raman325 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    43412c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b538cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    746d6d4 View commit details
    Browse the repository at this point in the history
  13. revert log msg change

    raman325 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    9d9ae2f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    58b02ae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4035bf8 View commit details
    Browse the repository at this point in the history
  16. fix test

    raman325 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    0d2a225 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    97ab42d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9638b08 View commit details
    Browse the repository at this point in the history
  19. add test coverage

    raman325 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    388736e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d16ab68 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4f96442 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a3937fc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    0c2e216 View commit details
    Browse the repository at this point in the history
  2. remove false assertion

    raman325 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    b9ab92d View commit details
    Browse the repository at this point in the history
  3. string line length

    raman325 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    24934a7 View commit details
    Browse the repository at this point in the history
  4. add support for Decimal config param, remove node instance ID as inpu…

    …t, and move helper functions to node.py
    raman325 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    e811927 View commit details
    Browse the repository at this point in the history
  5. cast Decimal appropriately

    raman325 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    36a7a43 View commit details
    Browse the repository at this point in the history
  6. revert change to support Decimal for config params since they are not…

    … supported as a config param type
    raman325 committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    cd13694 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2020

  1. Configuration menu
    Copy the full SHA
    2fbdfbe View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    3fdbc31 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    a2b87c7 View commit details
    Browse the repository at this point in the history
  2. add support for bitsets

    raman325 committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    43e444b View commit details
    Browse the repository at this point in the history
  3. use parent exception class

    raman325 committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    559d044 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. bump openzwavemqtt version, remove node.py from .coveragerc and put f…

    …ile references in the right place
    raman325 committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    48aba1a View commit details
    Browse the repository at this point in the history
  2. add comment

    raman325 committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    8ea19d7 View commit details
    Browse the repository at this point in the history
  3. improve config validation

    raman325 committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    7ee8372 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f5bf5f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

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

Commits on Oct 5, 2020

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