Skip to content

Releases: gonzolino/gotado

v2.1.0

07 Aug 22:48
ef7754d
Compare
Choose a tag to compare

2.1.0 (2023-08-07)

Features

  • Add support to configure default overlay (manual control) (20569fd)
  • Add support to enable/disable dazzle mode (352f9fc)
  • Add support to enable/disable open window detection (f3d4598)
  • Allow setting temperature offset for a device (767d6d0)

v2.0.5

21 Feb 20:48
f32905f
Compare
Choose a tag to compare

2.0.5 (2023-02-21)

Bug Fixes

  • Set 'autorelease: published' label after release (9c252fb)
  • Set correct dependency between release and label jobs (da3b7fa)

v2.0.4

20 Feb 16:13
d4f3a5f
Compare
Choose a tag to compare

2.0.4 (2023-02-20)

Bug Fixes

v2.0.3

14 Dec 12:13
1b1a46c
Compare
Choose a tag to compare

2.0.3 (2022-12-13)

Bug Fixes

  • add missing property in zonestates (99601df)

v2.0.2

22 Nov 19:55
994c4fc
Compare
Choose a tag to compare

2.0.2 (2022-11-22)

Bug Fixes

  • Do not set temperature when heating is off (e31e791)

v2.0.1

13 Apr 18:07
7f8a098
Compare
Choose a tag to compare

2.0.1 (2022-04-13)

Bug Fixes

  • Do not crash in away example if away config has no settings (4d393d3)
  • fix import path in examples and client (2237c40)
  • Set correct v2 module path (ffafc4f)

v2.0.0

13 Apr 12:37
6816119
Compare
Choose a tag to compare

2.0.0 (2022-04-13)

⚠ BREAKING CHANGES

  • users using this package will no longer need to explicitly use the client struct to call the new package API.
  • Give the tado client a central put method that all setter functions can rely on.
  • Client method WithTimeout removed.

Features

  • add function to get devices (159df85)
  • add function to get home state (0904a9b)
  • add function to get installations (4ecbddf)
  • add function to get weather information (af22c42)
  • add function to get zone capabilities (e5f6900)
  • add function to list users (547d46a)
  • add function to read mobile devices (61ea3f0)
  • add functions to control away config (08a99b4)
  • add functions to control early start settings (7a47679)
  • add functions to control heating via overlays (3bb962f)
  • add functions to control presence lock (0cf0083)
  • Add functions to manage schedule (96c0931)
  • Add interface methods to Device and MobileDevice object (87787b5)
  • Add interface methods to Home object (cdd2c69)
  • Add interface methods to ScheduleTimetable object (819ef45)
  • Add interface methods to User object (eab200d)
  • Add interface methods to Zone object (32982d4)
  • add link state info to zone state (a9ff31d)
  • Add new Tado object (42681d5)
  • add some missing fields to models (f506072)
  • Add zone HeatingSchedule object (21f2617)
  • Allow controling mobile device settings (7336d47)
  • allow deleting mobile devices (20fe381)
  • extend client to allow custom request objects (4b8eb41)
  • introduce constants for timetable types (0ede991)
  • introduce proper types and constants for models (234d625)
  • make http client in gotado configurable (376ceb9)

Bug Fixes

  • allow pushNotifications to be empty (1bd1bc3)
  • properly pass context to http client requests (a222c80)

Code Refactoring

  • client is now a private struct (9b906ad)
  • remove duplicated put code (33aabe1)

gotado v0.3.0

15 Jul 22:48
a6d2e02
Compare
Choose a tag to compare

Features

  • add function to get devices (159df85)
  • add function to get home state (0904a9b)
  • add function to get installations (4ecbddf)
  • add function to get weather information (af22c42)
  • add function to get zone capabilities (e5f6900)
  • add function to list users (547d46a)
  • add function to read mobile devices (61ea3f0)
  • add functions to control away config (08a99b4)
  • add functions to control early start settings (7a47679)
  • add functions to control presence lock (0cf0083)
  • Allow controling mobile device settings (7336d47)
  • allow deleting mobile devices (20fe381)

Bug Fixes

  • allow pushNotifications to be empty (1bd1bc3)

gotado v0.2.0

15 May 00:21
d935a49
Compare
Choose a tag to compare

Features

  • add functions to control heating via overlays (3bb962f)
  • Add functions to manage schedule (96c0931)
  • extend client to allow custom request objects (4b8eb41)

Release v0.1.0

24 Jan 22:22
Compare
Choose a tag to compare
Add some text to readme