Newer
Older
SensorHub / SensorHub.Lamp / LampConfigJson.cs
root on 17 Sep 2021 313 bytes first commit
using SensorHub.Servers.JsonFormat;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace SensorHub.Lamp
{
    class LampConfigJson : ConfigJson
    {
        public LampConfigItemsJson configItems { get; set; }   //配置参数
    }
}