| | |
| | | /// </summary> |
| | | public const string BusPcGetAppSids = "/user/onpro/custom/function/list/get"; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 本地控制功能状态主题 |
| | | /// </summary> |
| | | public string ControlFunctionTopic |
| | | { |
| | | get |
| | |
| | | return $"/base/{Control.Ins.GatewayId}/thing/property/down"; |
| | | } |
| | | } |
| | | /// <summary> |
| | | /// 读取功能状态 |
| | | /// </summary> |
| | | public string ReadStatus |
| | | { |
| | | get |
| | | { |
| | | return $"/base/{Control.Ins.GatewayId}/thing/property/read"; |
| | | } |
| | | } |
| | | /// <summary> |
| | | /// 网关上报设备状态 |
| | | /// </summary> |
| | | public string GatewayUpStatus |
| | | { |
| | | get |
| | | { |
| | | return $"/base/{Control.Ins.GatewayId}/thing/property/up"; |
| | | } |
| | | } |
| | | } |
| | | } |