From 88b60a998a4cd8cae54e017e9ae31b644347e382 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 06 七月 2022 09:31:28 +0800
Subject: [PATCH] 在离线更新

---
 HDL_ON/Entity/Function/Function.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs
index c706201..d7e0056 100644
--- a/HDL_ON/Entity/Function/Function.cs
+++ b/HDL_ON/Entity/Function/Function.cs
@@ -686,6 +686,7 @@
                     case FunctionAttributeKey.Percent:
                     case FunctionAttributeKey.CCT:
                     case FunctionAttributeKey.RGB:
+                    case FunctionAttributeKey.Angle:
                         //case FunctionAttributeKey.FadeTime:
                         if (attr.curValue.ToString() == "{}")
                         {
@@ -1012,10 +1013,18 @@
         /// </summary>
         public const string Percent = "percent";
         /// <summary>
+        /// 瑙掑害
+        /// </summary>
+        public const string Angle = "angle";
+        /// <summary>
         /// 瀹ゅ唴娓╁害
         /// </summary>
         public const string RoomTemp = "room_temp";
         /// <summary>
+        /// 瀹ゅ唴婀垮害
+        /// </summary>
+        public const string RoomHumidity = "room_humidity";
+        /// <summary>
         /// value
         /// </summary>
         public const string Value = "value";

--
Gitblit v1.8.0