| | |
| | | public static final int TYPE_SENSOR_ELECTRICITY = 624; |
| | | public static final int TYPE_SENSOR_POWER = 625; |
| | | |
| | | |
| | | public static final int TYPE_SENSOR_FLOODING = 626; //水浸//2019-11-4 新增 |
| | | public static final int TYPE_SENSOR_DOOR_MAGNET= 627; //门磁、窗磁 |
| | | public static final int TYPE_SENSOR_EMERGENCY_BUTTON = 628; //紧急按钮 |
| | | |
| | | //2019-07 |
| | | public static final int TYPE_GEOTHERMAL_MODULE = 801; //地热模块(0) 回路号,备注,地热状态 |
| | | // public static final int TYPE_GEOTHERMAL_MODULE_PANEL = 802; //常规地热面板(1) 面板号,备注,服务器模式,地热状态 |
| | | // public static final int TYPE_GEOTHERMAL_MODULE_PI = 803; //带PI运算的地热面板(2) 面板号,备注,地热状态 |
| | | |
| | | //安防功能模块 |
| | | public static final int TYPE_SECURITY_MODULE = 1001; |
| | | |
| | | public static final int TYPE_FRESH_AIR = 1901; //新风系统 |
| | | |
| | | |
| | | public static final int TYPE_COMMON_SWITCH = 10001;//通用开关 |
| | | |
| | | |
| | | |