From 171bf03f3664226eeff2b20ee9bd2e914b63a17d Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 13 三月 2020 09:18:50 +0800 Subject: [PATCH] 20200313 --- HDL_ON/Entity/Enumerative/Command.cs | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Entity/Enumerative/Command.cs b/HDL_ON/Entity/Enumerative/Command.cs index 6e7b853..d451934 100644 --- a/HDL_ON/Entity/Enumerative/Command.cs +++ b/HDL_ON/Entity/Enumerative/Command.cs @@ -1,6 +1,14 @@ 锘縰sing System; -namespace HDL_ON.Entity.Enumerative +namespace HDL_ON.Entity { + /// <summary> + /// a鍗忚鍛戒护 + /// </summary> + public enum Command_A_Protocol + { + write , + } + /// <summary> /// 鎿嶄綔鐮� /// </summary> @@ -1351,6 +1359,18 @@ /// 1byte锛堝洖璺�绘暟锛塶byte(姣忎釜瀛楄妭琛ㄧず瀵瑰簲鍥炶矾鐨勪寒搴�0-100) /// </summary> ReadLightEquipmentAllLoopBrightnessACK = 0x0034, + /// <summary> + /// 0xE4F4 + /// 澧炲姞鍗曚釜鍥炶矾浜害鍊肩殑璇诲彇 + /// 鍥炶矾鍙� + /// </summary> + ReadLightSingleLoopBrightness = 0xE4F4, + /// <summary> + /// 0xE4F5 + /// 澧炲姞鍗曚釜鍥炶矾浜害鍊肩殑璇诲彇杩斿洖 + /// 1byte锛堝洖璺彿锛�2byte锛堟垚鍔熸垨鑰呭け璐ワ級3byte(鍥炶矾鐨勪寒搴�0-100) + /// </summary> + ReadLightSingleLoopBrightnessACK = 0xE4F5, /// <summary> /// 璇诲彇鑳芥簮寮�鍏冲姛鐜� -- Gitblit v1.8.0