| | |
| | | /// 解绑第三方iot平台账号 |
| | | /// </summary> |
| | | public const string Api_Post_Unbound3tyIotAccount = "/smart-open/open-platform/tripartite/userUnbind"; |
| | | /// <summary> |
| | | /// 解绑住宅下的第三方设备 |
| | | /// </summary> |
| | | public const string Api_Post_UnbindDeviceToHome = "/home-wisdom/app/open/unbindDeviceToHome"; |
| | | |
| | | #endregion |
| | | |
| | | #region ■ -- 红外宝接口___________________________ |
| | |
| | | /// </summary> |
| | | public const string API_POST_VideoDevice_UpdateCallStatus = "/home-wisdom/platform/imou/updateCallStatus"; |
| | | /// <summary> |
| | | /// 拒接(挂段所有呼叫) |
| | | /// </summary> |
| | | public const string API_POST_VideoDevice_RejectCallIn = "/home-wisdom/platform/imou/updateCallStatus"; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 获取通话记录 |
| | | /// </summary> |
| | | public const string API_POST_FL_GetCallList = "/home-wisdom/platform/imou/listCallRecords"; |