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);