panlili2024
2024-11-08 81d297dd33911dbfdc93dbc3fa9747e511b7ce8e
HDL_TTLSDK485/src/main/java/com/hdl/sdk/ttl/HDLAppliances/HDLAirCondition/AirHVACBackInfo.java
@@ -40,6 +40,7 @@
            this.refTemp = this.curState[3] & 0xFF;//制冷温度点 0-84
            this.heatTemp = this.curState[4] & 0xFF;//制热温度点 0-84
            this.autoTemp = this.curState[5] & 0xFF;//自动温度点 0-84
            this.wettedTemp = this.curState[6] & 0xFF;//自动温度点 0-84
            this.isOn = this.curState[8] & 0xFF;//只取低4位
            this.airMode = this.curState[9] & 0xFF;
            this.airSpeed = this.curState[10] & 0xFF;