whychdw
2019-07-02 d2f48914142e8e40f432aebb987529f08a22c407
1
2
3
4
5
6
7
8
9
const threshold = {
    smoke: 500,     // 烟感告警阀值
    airhum: 50,     // 空气湿度告警阀值
    airtmp: 50      // 空气温度告警阀值
}
 
export {
    threshold      // 告警阀值
}