Package 

Interface IThingScenePlugin

    • Method Summary

      Modifier and Type Method Description
      abstract IThingHomeSceneManager getSceneManagerInstance()
      abstract IThingHomeScene newSceneInstance(String sceneId)
      abstract void onDestroy() Callback on destroy
      • Methods inherited from class java.lang.Object

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

      • newSceneInstance

         abstract IThingHomeScene newSceneInstance(String sceneId)
        Parameters:
        sceneId - The id of scene
      • onDestroy

         abstract void onDestroy()

        Callback on destroy