JLChen
2021-01-29 775bf2d08b8a7a9f22d445b77106ce67d0c75fc0
HDL_ON/DAL/DriverLayer/Packet.cs
@@ -437,6 +437,9 @@
                                        fh.lastState = Language.StringByID(StringId.Away);
                                        break;
                                }
                                fh.trait_IndoorTemp.curValue = receiveBytes[9] > 128 ? (1 - (receiveBytes[9] - 128)) : receiveBytes[9];
                                fh.lastState += " " + fh.trait_temp.curValue + fh.tempUnitString;
                                RoomPage.UpdataStates(fh);
                                FunctionPage.UpdataStates(fh);