Commit a8f35efa authored by lyong's avatar lyong

fix:增加温湿度检测措施

parent f7c50bf6
......@@ -108,7 +108,7 @@
var h = file.h;
if (t > 0 && h > 0) {
if (t > 0 && h > 0 && ( t != 666 && h != 666)) {
this.setValue(t, h);
global.setFactoryData("tvoc", 1);
this.checkAutoFactory();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment