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