| | |
| | | /// 单路调节读取状态 |
| | | /// 回路数(1B),各回路开关量( n B) |
| | | /// </summary> |
| | | ReadLightEquipmentAllLoopBrightness = 0x0033, |
| | | ReadLightAllLoopBrightness = 0x0033, |
| | | /// <summary> |
| | | /// 0x0034 |
| | | /// 单路调节读取状态回复 |
| | | /// 1byte(回路总数)nbyte(每个字节表示对应回路的亮度0-100) |
| | | /// </summary> |
| | | ReadLightEquipmentAllLoopBrightnessACK = 0x0034, |
| | | ReadLightAllLoopBrightnessACK = 0x0034, |
| | | /// <summary> |
| | | /// 0xE4F4 |
| | | /// 增加单个回路亮度值的读取 |
| | |
| | | /// 读取面板状态 |
| | | /// </summary> |
| | | ReadInstructionPanelKey = 0xE3DA, |
| | | /// <summary> |
| | | /// 0xE3DB |
| | | /// </summary> |
| | | ReadInstructionPanelKeyACK = 0xE3DB, |
| | | |
| | | |
| | |
| | | ///1 逻辑回路号 |
| | | ///2 整体亮度 |
| | | ///3 颜色号 固定为 254 |
| | | ///4 运行时氵高位 |
| | | ///4 运行时间 高位 |
| | | ///5 运行时间 低位 |
| | | ///6 逻辑灯类型 1-5//1单路 2CCT 3RGB 4RGBW 5RGBWY |
| | | ///7 逻辑回路 通道1的值 //RGB最大值是255 其它类为最大为100 |