|
@@ -34,7 +34,7 @@ public class TemperatureTagInfo extends TagInfo {
|
|
|
}
|
|
|
|
|
|
public TemperatureStatus getStatus() {
|
|
|
- if (this.getValue() >= 850) {
|
|
|
+ if (this.getValue() >= 2000) {
|
|
|
return TemperatureStatus.BadPoint;
|
|
|
}
|
|
|
if (maxval != -1 && this.getValue() >= maxval) {
|