const threshold = { smoke: 500, // 烟感告警阀值 airhum: 50, // 空气湿度告警阀值 airtmp: 50 // 空气温度告警阀值 } export { threshold // 告警阀值 }