From 06c09ecbdf83cc5cc33971ffb75ba81e85b6eb33 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 29 十一月 2021 15:31:26 +0800 Subject: [PATCH] 2021-11-29 1.更新 --- HDLSceneSiriDemo/HDLSceneSiriDemo/HDLSceneSiri/HDLSiriSceneListCell.m | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDLSceneSiriDemo/HDLSceneSiriDemo/HDLSceneSiri/HDLSiriSceneListCell.m b/HDLSceneSiriDemo/HDLSceneSiriDemo/HDLSceneSiri/HDLSiriSceneListCell.m index 3400286..b157790 100644 --- a/HDLSceneSiriDemo/HDLSceneSiriDemo/HDLSceneSiri/HDLSiriSceneListCell.m +++ b/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]; -- Gitblit v1.8.0