wxr
2022-01-12 1b40f1180fa2f7b9e4f6ded651cf66699c7e5db7
HDL_ON/Entity/Function/Scene.cs
@@ -515,7 +515,7 @@
            var cctState = status.Find((obj) => obj.key == FunctionAttributeKey.CCT);
            if(cctState != null)
            {
                sceneFunctionInfo += cctState.value + "%" + " ";
                sceneFunctionInfo += cctState.value + "K" + " ";
            }
            var rgbState = status.Find((obj) => obj.key == FunctionAttributeKey.RGB);
            if(rgbState!=null)