| | |
| | | OnePortBus = 0xFE00, |
| | | RCU = 0xFE04, |
| | | SuperWireless = 0xFE05, |
| | | OnePortMqttFR = 0xFE07, |
| | | |
| | | DMX48 = 0xFD04, |
| | | /// <summary> |
| | | /// 按键面板 |
| | |
| | | SetGateWayModelInternetInfo = 0x3005, |
| | | SetGateWayModelInternetInfoACK = 0x3006, |
| | | |
| | | //*******************MQTT上位机协议******************** |
| | | /// <summary> |
| | | /// 读取URL |
| | | /// </summary> |
| | | ReadGateWayURL = 0x302A, |
| | | ReadGateWayURLACK = 0x302B, |
| | | |
| | | /// <summary> |
| | | /// 修改URL |
| | | /// |
| | | /// </summary> |
| | | SetGateWayURL = 0x302C, |
| | | SetGateWayURLACK = 0x302D, |
| | | |
| | | |
| | | /// <summary> |
| | | /// 读取客户端ID,用户名,密码 |
| | | /// </summary> |
| | | ReadGateWayClientIDUsernamePassword = 0x302E, |
| | | ReadGateWayClientIDUsernamePasswordACK = 0x302F, |
| | | |
| | | /// <summary> |
| | | /// 修改读取客户端ID,用户名,密码 |
| | | /// </summary> |
| | | SetGateWayClientIDUsernamePassword = 0x3030, |
| | | SetGateWayClientIDUsernamePasswordACK = 0x3031, |
| | | |
| | | /// <summary> |
| | | /// 读取AES加密 |
| | | /// </summary> |
| | | ReadGateWayAESEncryption = 0x3032, |
| | | ReadGateWayAESEncryptionACK = 0x3033, |
| | | |
| | | /// <summary> |
| | | /// 修改AES加密 |
| | | /// </summary> |
| | | SetGateWayAESEncryption = 0x3034, |
| | | SetGateWayAESEncryptionACK = 0x3035, |
| | | |
| | | |
| | | /// <summary> |
| | | /// 读取主题 |
| | | /// </summary> |
| | | ReadGateWayTopic = 0x3036, |
| | | ReadGateWayTopicACK = 0x3037, |
| | | |
| | | /// <summary> |
| | | /// 修改主题 |
| | | /// </summary> |
| | | SetGateWayTopic = 0x3038, |
| | | SetGateWayTopicACK = 0x3039, |
| | | |
| | | /// <summary> |
| | | /// 读取管理员信息(大包) |
| | | /// </summary> |
| | | ReadGateWayAdminInfo = 0x3020, |
| | | ReadGateWayAdminInfoACK = 0x3021, |
| | | |
| | | /// <summary> |
| | | /// 修改管理员信息(大包) |
| | | /// </summary> |
| | | SetGateWayAdminInfo = 0x3022, |
| | | SetGateWayAdminInfoACK = 0x3023, |
| | | |
| | | /// <summary> |
| | | /// 读取本地加密 |
| | | /// </summary> |
| | | ReadGateWayLocalEncryption = 0x303C, |
| | | ReadGateWayLocalEncryptionACK = 0x303D, |
| | | |
| | | /// <summary> |
| | | /// 修改本地加密 |
| | | /// </summary> |
| | | SetGateWayLocalEncryption = 0x303E, |
| | | SetReadGateWayLocalEncryptionACK = 0x303F, |
| | | |
| | | |
| | | /// <summary> |
| | | /// 0xF003 |
| | | /// 读取设备mac地址 |
| | |
| | | ChannelDown, |
| | | Menu, |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | public enum AppLinkStatus { |
| | | CloudLink = 0, |
| | | CloudUnlink = 1, |
| | | CloudOffline = 2, |
| | | WiFi = 3, |
| | | WiFiUnlink = 4, |
| | | WiFiOffline = 5, |
| | | |
| | | } |
| | | } |