Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

59 lines (39 loc) · 1.99 KB

Unreleased

full changelog

v0.8.0

full changelog

  • Add Plug Mini (#21)

v0.7.0

full changelog

  • Add Lock (#16)

  • 💣 [BREAKING CHANGE] Support SwitchBot API v1.1 ( #15)

    The authentication method has been changed.

    client = Switchbot::Client.new('YOUR_TOKEN', 'YOUR_SECRET')

    You must update the app to the latest version, V6.14 or later, in order to get the secret key.

v0.6.0

full changelog

  • Add ColorBulb (#14)
  • 💣 [BREAKING CHANGE] Update faraday v2 and Drop support ruby 2.5 (#12)

v0.5.1

full changelog

  • Enable MFA requirement for gem releasing (#11)

v0.5.0

full changelog

  • Add Bot (#9)

v0.4.0

full changelog

  • Add Humidifier (#7)
  • Add Light (#6)
  • Add Device#on? and Device#off? (#5)

v0.3.0

full changelog

  • Add Device#on and Device#off (#4)
  • Add Device#commands (#3)

v0.2.0

full changelog

  • Add resource methods (#2)
  • Support scenes endpoint (#1)

v0.1.0

  • first release