Newer
Older
SensorHub / SensorHub.Lamphouse / LamphouseConfigJson.cs
root on 17 Sep 2021 328 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.Lamphouse
{
    class LamphouseConfigJson : ConfigJson
    {
        public LamphouseConfigItemsJson configItems { get; set; }   //配置参数
    }
}