-
@Deprecated() public interface IGetHomeWeather
The business layer obtains the weather information and transmits it to the equipment weather location from home
-
-
Method Summary
Modifier and Type Method Description abstract void
getHomeWeather(String devId, String code, IThingResultCallback<WatchWeatherBean> callback)
-
-
Method Detail
-
getHomeWeather
abstract void getHomeWeather(String devId, String code, IThingResultCallback<WatchWeatherBean> callback)
-
-
-
-