Newer
Older
SensorHub-NoiseCorr / SensorHub.Lamp / LampConfigJson.cs
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; }   //配置参数
    }
}