]> git.basschouten.com Git - openhab-addons.git/commit
[netatmo] Avoid requesting favorite stations when not needed (#12777)
authorlolodomo <lg.hc@free.fr>
Sun, 22 May 2022 08:32:09 +0000 (10:32 +0200)
committerGitHub <noreply@github.com>
Sun, 22 May 2022 08:32:09 +0000 (10:32 +0200)
commit2fbdc7d21ee8de11093844a467d818bd8b3fa46c
treed52c284242892151455023cd5575ba5ee9ed7f78
parentcab63283f3a52a80ad9962685adf22c177b6c239
[netatmo] Avoid requesting favorite stations when not needed (#12777)

* [netatmo] Avoid requesting favorite stations when not needed
* Add new method getFavoriteAndGuestStationsData
* Enhanced description for method getOwnedStationData
* getFavoriteAndGuestStationsData returns a collection of NAMain

Fix #12769

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.netatmo/src/main/java/org/openhab/binding/netatmo/internal/api/WeatherApi.java
bundles/org.openhab.binding.netatmo/src/main/java/org/openhab/binding/netatmo/internal/discovery/NetatmoDiscoveryService.java
bundles/org.openhab.binding.netatmo/src/main/java/org/openhab/binding/netatmo/internal/handler/capability/DeviceCapability.java
bundles/org.openhab.binding.netatmo/src/main/java/org/openhab/binding/netatmo/internal/handler/capability/WeatherCapability.java