From 51a65b6037234672b128c072eccf54c2dab499c8 Mon Sep 17 00:00:00 2001
From: wally <18603454788@163.com>
Date: Fri, 29 Oct 2021 15:37:28 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=91=E5=B1=9E=E7=B1=BB=E5=9E=8B=E6=94=B9?=
=?UTF-8?q?=E6=88=904=E4=B8=AA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/workspace.xml | 5 ++++-
data/config-function.js | 9 ++++++++-
data/config-network.js | 4 ++++
3 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 694f5cb..75e4a2d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,7 +3,8 @@
-
+
+
@@ -56,6 +57,7 @@
+
@@ -72,6 +74,7 @@
+
diff --git a/data/config-function.js b/data/config-function.js
index af9e353..30f35a8 100644
--- a/data/config-function.js
+++ b/data/config-function.js
@@ -17,11 +17,18 @@ module.exports = {
temperatureLow: 11, // 温度低阈值
temperatureHigh: 45, // 温度高阈值
securityMode: 0, // 安全模式 0->不加密 1->加密
- corrosiveType: 1, // 金属腐蚀类型
+ corrosiveType1: 1, // 金属腐蚀类型
+ corrosiveType2: 3, // 金属腐蚀类型
+ corrosiveType3: 2, // 金属腐蚀类型
+ corrosiveType4: 0, // 金属腐蚀类型
report: {
type: 1, // 上报周期类型 0->时间点 1->周期
timePoints: [0, 0, 0, 0, 0, 0], // 设置时间点
cycle: 10, // 上报周期分钟数
},
+ status: {
+ get: 0,
+ set: 0
+ }
}
}
diff --git a/data/config-network.js b/data/config-network.js
index 36d57d5..cfaba34 100644
--- a/data/config-network.js
+++ b/data/config-network.js
@@ -13,5 +13,9 @@ module.exports = {
account: 'wally-yy', // 账号
password: '111111', // 密码
apn: 'dsfasfa', // apn
+ status: {
+ get: 0,
+ set: 0
+ }
}
}