wxr
2023-07-19 fd0bbcd6e475754d88cedb798000ebeb375d07e4
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;
        }