| | |
| | | } |
| | | } |
| | | /// <summary> |
| | | /// 本地控制群控主题 |
| | | /// </summary> |
| | | public string ControlGroupControlTopic |
| | | { |
| | | get |
| | | { |
| | | return $"/user/{Control.Ins.GatewayId}/custom/device/group/control/down"; |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 本地控制红外设备功能主题 |
| | | /// </summary> |
| | | public string ControlIrFunctionTopic |
| | |
| | | return $"/user/{Control.Ins.GatewayId}/custom/security/list/get"; |
| | | } |
| | | } |
| | | /// <summary> |
| | | /// 心跳包 |
| | | /// </summary> |
| | | public string HeartBeat |
| | | { |
| | | get |
| | | { |
| | | return $"/user/{Control.Ins.GatewayId}/custom/gateway/heartbeat"; |
| | | } |
| | | } |
| | | |
| | | #region 门锁 |
| | | public string OneKeyUnlock |
| | | { |
| | | get |
| | | { |
| | | return $"/base/{Control.Ins.GatewayId}/thing/service/doorRemoteOpen/down"; |
| | | } |
| | | } |
| | | #endregion |
| | | } |
| | | } |