公告板
版本库
filestore
活动
搜索
登录
main
/
sensor_web
新能源充电桩项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
测试提交
whychdw
2019-07-02
d2f48914142e8e40f432aebb987529f08a22c407
[sensor_web.git]
/
src
/
libs
/
constant.js
1
2
3
4
5
6
7
8
9
const threshold = {
smoke: 500, // 烟感告警阀值
airhum: 50, // 空气湿度告警阀值
airtmp: 50 // 空气温度告警阀值
}
export {
threshold // 告警阀值
}