HDL_ON/UI/UI2/3-Intelligence/Scene/SceneAddPage.cs
@@ -545,6 +545,15 @@ sceneFunctionInfo += " "+ perState.value + "°"; } var perColorful = sceneFunction.status.Find((obj) => obj.key == FunctionAttributeKey.Colorful); if(perColorful != null) { if(perColorful.value == "on") sceneFunctionInfo += " " + Language.StringByID(StringId.HorseRaceLamp); else sceneFunctionInfo = Language.StringByID(StringId.Close) + " " + Language.StringByID(StringId.HorseRaceLamp); } return sceneFunctionInfo; }