2021与蓝度共同重构项目,服务端
zhanzhiqin
2022-08-01 d5dab0a85de9573ff61e20794af04129dd4b2f87
ximon-admin/src/main/java/com/sandu/ximon/admin/manager/iot/frame/inner/report/A5AtmosphereHeartbeatReportInnerFrame.java
@@ -70,21 +70,24 @@
        //  光强
        private Integer lightIntensity;
        //  噪音
        private Integer noise;
        private Double noise;
        //  PM2.5
        private Integer pm25;
        //  PM10
        private Integer pm10;
        //  总悬浮颗粒物(TSP)
        private Integer tsp;
        //  SO2二氧化硫/甲醛相对值
        //  雨量
        private Double rainfall;
        //  SO2二氧化硫相对值
        private Integer so2;
        //  甲醛相对值
        private Integer ech2o;
        //  NO2二氧化氮/TVOC
        //  NO2二氧化氮
        private Integer no2;
        //  TVOC
        private Integer tvoc;
        //  CO一氧化碳 /二氧化碳
        //  CO一氧化碳
        private Integer co;
        //  二氧化碳
        private Integer co2;
        //  O3臭氧
        private Integer o3;
@@ -116,10 +119,10 @@
            this.windDirection = parseVal(hex, 18, 22) * .1;
            this.pressure = parseVal(hex, 22, 26);
            this.lightIntensity = parseVal(hex, 26, 32);
            this.noise = parseVal(hex, 32, 36);
            this.noise = parseVal(hex, 32, 36) * .1;
            this.pm25 = parseVal(hex, 36, 40);
            this.pm10 = parseVal(hex, 40, 44);
            this.tsp = parseVal(hex, 44, 48);
            this.rainfall = parseVal(hex, 44, 48) * .1;
            /**
             * 以下区分版本