From 3e6d73b90033d94fb8cb59e3a0958853177410e7 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei@blit.7drlb.com> Date: Fri, 27 Oct 2017 09:42:09 +0800 Subject: [PATCH] 设备单项本月平均值、上一天AQI指标,单项标准值接口 设备状态接口 --- src/main/resources/sysConfig.properties | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/main/resources/sysConfig.properties b/src/main/resources/sysConfig.properties index 91bbe87..a9d8665 100644 --- a/src/main/resources/sysConfig.properties +++ b/src/main/resources/sysConfig.properties @@ -1,2 +1,9 @@ randCodeLength=4 -randCodeType=5 \ No newline at end of file +randCodeType=5 +e1=0,35,75,115,150,250,350,500 +e2=0,50,150,250,350,420,500,600 +e10=0,2,4,14,24,36,48,60 +e11=0,50,150,475,800,1600,2100,2620 +e15=0,100,160,215,265,800,1000,1200 +e16=0,40,80,180,280,565,750,940 +IAQI=0,50,100,150,200,300,400,500 \ No newline at end of file -- Gitblit v1.8.0