From b5d6c7a27b0ec906f8d1af1cb8e25b0045e333bd Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Thu, 15 Dec 2016 13:26:44 +0800
Subject: [PATCH] 调整传感器数据结构

---
 method.js |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/method.js b/method.js
index 4788af8..a085477 100644
--- a/method.js
+++ b/method.js
@@ -176,12 +176,12 @@
             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()
     });

--
Gitblit v1.8.0