-
public interface IGetWeather
The business layer obtains the weather information and transmits it to the equipment
-
-
Method Summary
Modifier and Type Method Description abstract void
getCurrentLocationWeather(String devId, String code, IThingResultCallback<WatchWeatherBean> callback)
abstract void
getHomeLocationWeather(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)
-
-
-
-