增加杨格锁私有属性编译和优化解析HEX文件逻辑

This commit is contained in:
2026-01-21 19:27:57 +08:00
parent 713a36b383
commit 87cc292012
7 changed files with 122 additions and 11 deletions

View File

@@ -55,6 +55,8 @@ Public Class SetLoopInformation
PB20_RELAY = 33
<Description("色温")>
ColorTemp = 34
<Description("PB调光")>
PB_STRIP = 50
<Description("碳达人")>
CarbonVIP = 54
End Enum
@@ -373,6 +375,8 @@ Public Class SetLoopInformation
result = "色温"
Case DeviceType.CarbonVIP
result = "碳达人"
Case DeviceType.PB_STRIP
result = "PB调光"
Case Else
result = "未知设备"