JLChen
2021-11-30 efad979b6fae76fb37a4de7e94e6bac0a85cb72c
HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Pir.cs
@@ -5,7 +5,7 @@
namespace HDL_ON.UI.UI2.PersonalCenter.PirDevice
{
    [System.Serializable]
    public class Pir : Entity.Function
    public class Pir : Entity.Function
    {
        /// <summary>
        /// 红外宝列表
@@ -54,7 +54,7 @@
        /// </summary>
        public List<string> library = new List<string>();
        /// <summary>
        ///
        /// 学习按键列表
        /// </summary>
        public List<AttributesStatus> status = new List<AttributesStatus>();
    }