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