-
public interface IGetCustomLocationWeather
The business layer obtains the weather information and transmits it to the equipment weather from location
Since the parameters of the weather are in multiple modes, the key value is not fixed, so use a json string
-
-
Method Summary
Modifier and Type Method Description abstract void
getLocationWeather(String devId, String code, IThingResultCallback<String> callback)
-
-
Method Detail
-
getLocationWeather
abstract void getLocationWeather(String devId, String code, IThingResultCallback<String> callback)
-
-
-
-