HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs
@@ -571,6 +571,20 @@ } } var perSetVolume = sceneFunction.status.Find((obj) => obj.key == FunctionAttributeKey.SetVolume); if (perSetVolume != null) { sceneFunctionInfo += " " + perSetVolume.value ; } var perSignal = sceneFunction.status.Find((obj) => obj.key == FunctionAttributeKey.Signal); if (perSignal != null) { var p = new HDL_ON.UI.UI2.Intelligence.Automation.PublicInterface(); string key = p.GetKey(p.GetHisenseSignalSourceDic(), perSignal.value); sceneFunctionInfo += " " + key; } return sceneFunctionInfo; }