| | |
| | | using System; |
| | | namespace HDL_ON.Entity.Enumerative |
| | | namespace HDL_ON.Entity |
| | | { |
| | | /// <summary> |
| | | /// a协议命令 |
| | | /// </summary> |
| | | public enum Command_A_Protocol |
| | | { |
| | | write , |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 操作码 |
| | | /// </summary> |
| | |
| | | /// 1byte(回路总数)nbyte(每个字节表示对应回路的亮度0-100) |
| | | /// </summary> |
| | | ReadLightEquipmentAllLoopBrightnessACK = 0x0034, |
| | | /// <summary> |
| | | /// 0xE4F4 |
| | | /// 增加单个回路亮度值的读取 |
| | | /// 回路号 |
| | | /// </summary> |
| | | ReadLightSingleLoopBrightness = 0xE4F4, |
| | | /// <summary> |
| | | /// 0xE4F5 |
| | | /// 增加单个回路亮度值的读取返回 |
| | | /// 1byte(回路号)2byte(成功或者失败)3byte(回路的亮度0-100) |
| | | /// </summary> |
| | | ReadLightSingleLoopBrightnessACK = 0xE4F5, |
| | | |
| | | /// <summary> |
| | | /// 读取能源开关功率 |