-
public interface IThingZigBeeConfigLocalSceneCallback
Created by letian on 2018/4/24.
-
-
Method Summary
Modifier and Type Method Description abstract void
onLocalSceneConfigSuccess(List<SceneTask> sceneTasks, Map<String, Integer> errorCode)
-
-
Method Detail
-
onLocalSceneConfigSuccess
abstract void onLocalSceneConfigSuccess(List<SceneTask> sceneTasks, Map<String, Integer> errorCode)
- Parameters:
sceneTasks
- Tasks that the scene will perform com.thingclips.smart.home.sdk.bean.scene.SceneTaskerrorCode
- error code of callback
-
-
-
-