1
wxr
2022-12-30 9ebd6edb9beddf1a6881b2ca924ed43bf5cedfbe
SmartHome/HDL/Operation/MyEnum.cs
@@ -139,6 +139,11 @@
        RCU = 0xFE04,
        SuperWireless = 0xFE05,
        DMX48 = 0xFD04,
        Gateway1 = 0xFE02,
        Gateway5 = 0xFE03,
        Gateway4 = 0xFE06,
        Gateway2 = 0xFE07,
        Gateway3 = 0xFE08,
        /// <summary>
        /// 按键面板
        /// </summary>
@@ -1813,6 +1818,23 @@
        /// </summary>
        ReadGatewayServerIP = 0x3009,
        ReadGatewayServerIPACK = 0x300A,
        /// <summary>
        /// 获取服务器一端口信息
        /// 0:查询群组,1:查询全部
        /// 8bytes 密码(预留)
        /// 20bytes 群组备注
        /// </summary>
        GetRemoteOnePortListInfo = 0x3011,
        GetRemoteOnePortListInfoACK = 0x3012,
        /// <summary>
        /// 获取指定一端口信息
        /// 0:查询群组,1:查询全部
        /// 20bytes 群组备注
        /// 2bytes 索引
        /// </summary>
        GetRemoteOnePortInfo = 0x3013,
        GetRemoteOnePortInfoACK = 0x3014,
        /// <summary>
        /// 测试发送远程数据到服务器是否存在相同的组名用户名