wxr
2022-07-25 f7d3739023f4d04a4ed2c30c13d9abf8da210da7
HDL_ON/Entity/Function/Scene.cs
@@ -522,6 +522,13 @@
            {
                //sceneFunctionInfo += new  cctState.value + "%" + " ";
            }
            var perAngle = status.Find((obj) => obj.key == FunctionAttributeKey.Angle);
            if (perAngle != null)
            {
                sceneFunctionInfo += " " + perState.value + "°";
            }
            return sceneFunctionInfo;
        }
@@ -585,6 +592,9 @@
                case FunctionAttributeKey.FadeTime:
                    text = Language.StringByID(StringId.FadeSpeed);
                    break;
                case "angle":
                    text = Language.StringByID(StringId.Angle);
                    break;
            }
            return text;
        }
@@ -614,6 +624,9 @@
                case FunctionAttributeKey.CCT:
                    us = "K";
                    break;
                case FunctionAttributeKey.Angle:
                    us = "°";
                    break;
            }
            return us;
        }
@@ -640,6 +653,7 @@
                case FunctionAttributeKey.RoomTemp:
                case FunctionAttributeKey.Brightness:
                case FunctionAttributeKey.Percent:
                case FunctionAttributeKey.Angle:
                    int outT = 0;
                    int.TryParse(catchString,out outT);
                    if (outT < 0)