修复自动模式-普通策略中日志显示错误的问题
This commit is contained in:
+2
-2
@@ -48,10 +48,10 @@ public class GearControl extends ControlStrategy {
|
||||
//空调
|
||||
mode = 2;
|
||||
temp = 17;
|
||||
MyLog.auto("高精度模式:开启空调制冷17度");
|
||||
MyLog.auto("普通模式:开启空调制冷17度");
|
||||
} else {
|
||||
//均不可用
|
||||
MyLog.auto("高精度模式:理应降温,但降温设备设置为‘均不可用’");
|
||||
MyLog.auto("普通模式:理应降温,但降温设备设置为‘均不可用’");
|
||||
}
|
||||
} else {
|
||||
//在正常范围内
|
||||
|
||||
Reference in New Issue
Block a user