-
public interface IGetCustomHomeWeatherThe business layer obtains the weather information and transmits it to the equipment weather location from home
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 voidgetHomeWeather(String devId, String code, IThingResultCallback<String> callback)-
-
Method Detail
-
getHomeWeather
abstract void getHomeWeather(String devId, String code, IThingResultCallback<String> callback)
-
-
-
-