Skip to content

Releases: marcoroth/netatmo-ruby

0.1.3

17 Sep 22:42
26d53a2

Choose a tag to compare

Bugfix:

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

0.1.2

09 Jul 19:55
9302bf1

Choose a tag to compare

  • Fix to ensure access_token is valid before requesting the Netatmo API

0.1.1

10 Apr 21:14
9228242

Choose a tag to compare

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

0.1.0

01 Mar 17:50
98523fc

Choose a tag to compare

  • Initial release