rts-sim-module/component/iscs_bas.go

8 lines
179 B
Go
Raw Normal View History

2023-12-18 14:33:40 +08:00
package component
2023-12-19 11:11:27 +08:00
// SpaceAreaEnv 空间区域BAS环境(如站厅、设备室等的温度、湿度、烟雾浓度、CO2浓度等)
type SpaceAreaEnv struct {
T int16 //温度
}