Browse Source

金属类型改成4个

master
wally 4 years ago
parent
commit
51a65b6037
  1. 5
      .idea/workspace.xml
  2. 9
      data/config-function.js
  3. 4
      data/config-network.js

5
.idea/workspace.xml

@ -3,7 +3,8 @@
<component name="ChangeListManager">
<list default="true" id="f6554b0f-8e9f-4d17-af66-170afe4c12e9" name="默认变更列表" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/route.js" beforeDir="false" afterPath="$PROJECT_DIR$/route.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/data/config-function.js" beforeDir="false" afterPath="$PROJECT_DIR$/data/config-function.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/data/config-network.js" beforeDir="false" afterPath="$PROJECT_DIR$/data/config-network.js" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -56,6 +57,7 @@
<workItem from="1635121020817" duration="1948000" />
<workItem from="1635211315342" duration="2957000" />
<workItem from="1635390008514" duration="2287000" />
<workItem from="1635471570649" duration="1388000" />
</task>
<servers />
</component>
@ -72,6 +74,7 @@
</entry>
</map>
</option>
<option name="oldMeFiltersMigrated" value="true" />
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />

9
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
}
}
}

4
data/config-network.js

@ -13,5 +13,9 @@ module.exports = {
account: 'wally-yy', // 账号
password: '111111', // 密码
apn: 'dsfasfa', // apn
status: {
get: 0,
set: 0
}
}
}

Loading…
Cancel
Save