| | |
| | | |
| | | public class HDLApConfig { |
| | | |
| | | public static final int TYPE_LIGHT_DIMMER = 101; |
| | | public static final int TYPE_LIGHT_RELAY = 102; |
| | | public static final int TYPE_LIGHT_MIX_DIMMER = 103; |
| | | public static final int TYPE_LIGHT_MIX_RELAY = 104; |
| | | public static final int TYPE_LIGHT_DIMMER = 101;//调光回路 |
| | | public static final int TYPE_LIGHT_RELAY = 102;//开关回路 |
| | | public static final int TYPE_LIGHT_MIX_DIMMER = 103;//混合调光类 |
| | | public static final int TYPE_LIGHT_MIX_RELAY = 104;//混合开关类 |
| | | public static final int TYPE_LIGHT_CCT = 105;//逻辑灯控制CCT |
| | | public static final int TYPE_LIGHT_RGB = 106;//逻辑灯RGB |
| | | public static final int TYPE_LIGHT_DALI = 107;//DALI(目前CCT用这个) |
| | | public static final int TYPE_LIGHT_DMX = 108;//DMX(目前dmx多用这个) |
| | | |
| | | public static final int TYPE_CURTAIN_GLYSTRO = 201; |
| | | public static final int TYPE_CURTAIN_ROLLER = 202; |
| | | public static final int TYPE_CURTAIN_MODULE = 203; |
| | | public static final int TYPE_CURTAIN_SHANGRILA = 206; |
| | | |
| | | public static final int TYPE_AC_HVAC = 301; |
| | | public static final int TYPE_AC_COOLMASTER = 302; |
| | | public static final int TYPE_AC_INFRARED = 303; |
| | | public static final int TYPE_AC_PANEL = 304; |
| | | public static final int TYPE_AC_TECHSYS = 305; |
| | | public static final int TYPE_AC_KNXTECHSYS = 306; |
| | | |
| | | |
| | | public static final int TYPE_MUSIC_MODULE = 401; |
| | |
| | | public static final int TYPE_SENSOR_VOLTAGE = 623; |
| | | 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; //紧急按钮 |
| | | public static final int TYPE_SENSOR_PM_10 = 632; |
| | | |
| | | //2020-07-20 |
| | | public static final int TYPE_GEOTHERMAL_MODULE = 801; //地热模块(0) 回路号,备注,地热状态 |
| | | public static final int TYPE_GEOTHERMAL_JINMAO = 802; //金茂定制地热模块(1) 回路号,备注,地热状态 |
| | | public static final int TYPE_FRESH_AIR = 1901; //新风系统(0) |
| | | public static final int TYPE_FRESH_AIR_JINMAO = 1902; //金茂新风(1) |
| | | |
| | | //2023-08-22 |
| | | public static final int TYPE_DOOR_MACHINE = 1404; //门锁(4) |
| | | |
| | | public static final int TYPE_COMMON_SWITCH = 10001;//通用开关 |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |