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

Further sensor API support #4

Merged
merged 12 commits into from
Jun 15, 2018
Merged

Further sensor API support #4

merged 12 commits into from
Jun 15, 2018

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    5eeec27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abb82a2 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    raymondelooff authored and marthoc committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    b664390 View commit details
    Browse the repository at this point in the history
  4. Implement more sensors

    raymondelooff authored and marthoc committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    ee6751d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29d5120 View commit details
    Browse the repository at this point in the history
  6. Add switch button constants

    marthoc committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    377930c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e14b2e9 View commit details
    Browse the repository at this point in the history
  8. Fetch properties from raw instance variable

    Also, only use 'get' if a property may not exist in the API result.
    marthoc committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    be6fa7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6db43c4 View commit details
    Browse the repository at this point in the history
  10. Fix/add CLIP sensor types

    Also, reorganize ZGP Switch into a single class (as there is only one ZGP Switch, it doesn't currently make sense to have a Generic ZGP class and then a ZGP Switch class as we can't really be sure what the base ZGP properties would be).
    marthoc committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    8cb5408 View commit details
    Browse the repository at this point in the history
  11. Add sensor types to example.py

    Provides examples of the properties exposed for each sensor type.
    marthoc committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    dbe4c14 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    05d790a View commit details
    Browse the repository at this point in the history