-
public interface IGetWeatherThe business layer obtains the weather information and transmits it to the equipment
-
-
Method Summary
Modifier and Type Method Description abstract voidgetCurrentLocationWeather(String devId, String code, IThingResultCallback<WatchWeatherBean> callback)abstract voidgetHomeLocationWeather(String devId, String code, IThingResultCallback<WatchWeatherBean> callback)-
-
Method Detail
-
getCurrentLocationWeather
abstract void getCurrentLocationWeather(String devId, String code, IThingResultCallback<WatchWeatherBean> callback)
-
getHomeLocationWeather
abstract void getHomeLocationWeather(String devId, String code, IThingResultCallback<WatchWeatherBean> callback)
-
-
-
-