package component // SpaceAreaEnv 空间区域BAS环境(如站厅、设备室等的温度、湿度、烟雾浓度、CO2浓度等) type SpaceAreaEnv struct { T int16 //温度 }