沈斌
2016-12-23 e4f5a1dbc596492c8181234f00ef45b875ebc07f
method.js
@@ -167,6 +167,8 @@
    var ddv = this.toDec(fields[62]) * 256 + this.toDec(fields[63]);
    var mcu = this.toDec(fields[64]) + this.toDec(fields[65]) / 100;
    var current = moment();
    queue.pushToScreen({
        mac: mac,
        location: {
@@ -174,16 +176,41 @@
            lng: 120.988327
        },
        data: {
            x1: x1,  //PM2.5
            x2: x9,  //甲醛
            x3: x11, //温度
            x4: x10, //湿度
            x5: x14, //光线强度
            x6: x12  //风速
        }
            x1: x1,  //PM2.5 - (单位:ppm)
            x2: x3,  //PM2.5 - 0.1升0.3um量
            x3: x9,  //甲醛
            x4: x11, //温度
            x5: x10, //湿度
            x6: x14  //光线强度
        },
        time: current.valueOf()
    });
    var current = moment();
    if(x1 >= 500) {
        queue.pushToAlarm({
            mac: mac,
            address: "江苏省昆山市摩瑞尔电器",
            location: {
                lat:31.430616,
                lng:120.988327
            },
            data:{
                x1: x1,  //PM2.5
                x2: x3,  //PM2.5
                x3: x9,  //甲醛
                x4: x11, //温度
                x5: x10, //湿度
                x6: x14  //光照强度
            },
            level: 1,
            notice: {
                tel: "15950198162",
                email: "it01@moral.org.cn",
                open_id: "o-RTuwvMHWotyirPHLmdSB_dKoQU"
            },
            time: moment.valueOf()
        });
    }
    var rank = 0;
    if(s > 0) {