From e4f5a1dbc596492c8181234f00ef45b875ebc07f Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Fri, 23 Dec 2016 21:47:35 +0800 Subject: [PATCH] 服务端判断pm2.5>500发送警报指令 --- test.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test.js b/test.js index 7573583..e66624d 100644 --- a/test.js +++ b/test.js @@ -240,5 +240,5 @@ // var current = moment().format('YYYY-MM-DD HH:mm:ss'); // console.log(current); -var data = "5a0000010003accf23d4515f00000000000000000030003e198c00110814050300060034001400000004001f000301040200000000000000000003490056048c1f02000000000000000000000000003c5b"; -console.log(data.length); \ No newline at end of file +// var data = "5a0000010003accf23d4515f00000000000000000030003e198c00110814050300060034001400000004001f000301040200000000000000000003490056048c1f02000000000000000000000000003c5b"; +// console.log(data.length); \ No newline at end of file -- Gitblit v1.8.0