netatmo-ruby

Ruby gem to interact with the Netatmo REST API

MIT License

Downloads
7.1K
Stars
8
Committers
3

Bot releases are visible (Hide)

netatmo-ruby - 0.1.3 Latest Release

Published by marcoroth about 4 years ago

Bugfix:

  • Fixes a bug where the noise value gave back a temperature value (#5). Thank you @lecabel for reporting this bug!
netatmo-ruby - 0.1.2

Published by marcoroth over 4 years ago

  • Fix to ensure access_token is valid before requesting the Netatmo API
netatmo-ruby - 0.1.1

Published by marcoroth over 4 years ago

Changes

  • add new methods to Netatmo::Weather::BaseStation
    • #outdoor_module
    • #rain_gauge
    • #wind_gauge
    • #health_coach
    • #indoor_modules
    • #first_indoor_module
  • add delegator methods to Netatmo::Weather::Device
    • :base_station?
    • :outdoor_module?
    • :wind_gauge?
    • :rain_gauge?
    • :indoor_module?
    • :health_coach?
  • remove dotenv and byebug runtime requirement
  • Upgrade Dependencies
netatmo-ruby - 0.1.0

Published by marcoroth over 4 years ago

  • Initial release