优化空调动作的显示

This commit is contained in:
2026-03-05 17:51:56 +08:00
parent f61b4beb3f
commit 225c9f3d2a

View File

@@ -454,7 +454,7 @@ Public Class TableInteraction
'Case
' result = $"{buf(2)}"
Case "Temp"
If buf.Length > 5 Then
If buf.Length > 5 AndAlso cbuf(7).Equals("Control thermostat") Then
'cbuf = buf(3).Split(" ")
'result = $"{cbuf(cbuf.Length - 1)}"
cbuf = buf(4).Split(" ")