From 5266531a3a1552a11a29473974481d60100812c6 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 04 三月 2021 19:24:44 +0800 Subject: [PATCH] Merge branch 'temp-wxr' into NewFilePath --- HDL_ON/Entity/Function/Light.cs | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/HDL_ON/Entity/Function/Light.cs b/HDL_ON/Entity/Function/Light.cs index d430811..0ddbb56 100644 --- a/HDL_ON/Entity/Function/Light.cs +++ b/HDL_ON/Entity/Function/Light.cs @@ -6,20 +6,6 @@ { public class Light : Function { - /* - 鐏厜绫伙細trait: [switch,brightness,color,cct,delay,fadeTime] - 灞炴�� 鎻忚堪 - switch on/off; - brightness 0-100; - color int (red (0-255) green (0-255) blue (0-255)) - cct int (warm light(0-255) cold light (0-255) ) - delay 0-3600s - fadetime 0-3600s - */ - public Light() - { - } - [Newtonsoft.Json.JsonIgnore] FunctionAttributes trait_brightness; /// <summary> -- Gitblit v1.8.0