JLChen
2021-11-29 06c09ecbdf83cc5cc33971ffb75ba81e85b6eb33
HDLSceneSiriDemo/HDLSceneSiriDemo/HDLSceneSiri/HDLSiriSceneListCell.m
@@ -106,7 +106,7 @@
    intent.controlId = sceneModel.controlId;
    intent.controlName = title;
    intent.homeId = self.homeId;
    intent.actionName =
    intent.actionName = sceneModel.actionName;
    intent.controlType = sceneModel.controlType;
    intent.controlJSONStr = sceneModel.controlJSONStr;
    INShortcut *shortCut = [[INShortcut alloc] initWithIntent:intent];