This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Removed sunset functions getUser, getDevicelist, and getThermstate
Removed sunset functions getUser
, getDevicelist
, and getThermstate
From Netatmo team:
Friendly reminder: Getthermstate, Getuser and Devicelist will move from deprecated to shut down. On November 30th, we are proceeding to a structural change to make our APIs faster and more powerful. Unfortunately, old and deprecated API methods won’t be supported anymore. Make sure you amend your code and start using newer methods as soon as possible for a smooth transition:
- Replace Getthermstate with Getthermostatdata
- Replace Getuser with Getthermostatdata, Gethomedata or Getstationsdata
- Replace Devicelist with Getthermostatdata or Getstationsdata
So it looks like, there are some updates for the library required.
Thank you to @danilowanner for their pull request and @patricks for bringing up the issue.