Package 

Interface IGetCustomHomeWeather


  • 
    public interface IGetCustomHomeWeather
    
                        

    The 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 void getHomeWeather(String devId, String code, IThingResultCallback<String> callback)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait