Package 

Interface IThingSmartTimer

    • Method Summary

      Modifier and Type Method Description
      abstract void addTimer(TimerControlBean timerControlBean, IResultStatusCallback callback)
      abstract void updateTimer(TimerControlBean timerControlBean, IResultStatusCallback callback)
      abstract void getTimerTaskStatusWithDeviceId(String devId, IGetDeviceTimerStatusCallback callback)
      abstract void removeTimerWithTask(String taskName, String devId, String timerId, IResultStatusCallback callback)
      abstract void getTimerWithTask(String taskName, String devId, IGetTimerWithTaskCallback callback)
      abstract void getAllTimerWithDeviceId(String devId, IGetAllTimerWithDevIdCallback callback)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • addTimer

         abstract void addTimer(TimerControlBean timerControlBean, IResultStatusCallback callback)
      • updateTimer

         abstract void updateTimer(TimerControlBean timerControlBean, IResultStatusCallback callback)
      • removeTimerWithTask

         abstract void removeTimerWithTask(String taskName, String devId, String timerId, IResultStatusCallback callback)
      • getTimerWithTask

         abstract void getTimerWithTask(String taskName, String devId, IGetTimerWithTaskCallback callback)
      • getAllTimerWithDeviceId

         abstract void getAllTimerWithDeviceId(String devId, IGetAllTimerWithDevIdCallback callback)