| | |
| | | /// 获取临时密码 |
| | | /// </summary> |
| | | public const string API_POST_GET_TEMP_PASSWORD_LIST = "/community-wisdom/app/visitor/freeview/page"; |
| | | /// <summary> |
| | | /// 获取第三方注册的用户信息 |
| | | /// </summary> |
| | | public const string Api_Post_GetExtMemberInfo = "/community-wisdom/app/visitor/freeview/getExtMemberInfo"; |
| | | #endregion |
| | | |
| | | /// <summary> |
| | |
| | | /// 更新远程控制 |
| | | /// </summary> |
| | | public const string API_POST_Child_Update = "/home-wisdom/app/child/account/update"; |
| | | /// <summary> |
| | | /// 更新成员账号人脸信息 |
| | | /// </summary> |
| | | public const string API_POST_Child_UpdateFace = "/home-wisdom/app/child/account/updateFace"; |
| | | /// <summary> |
| | | /// 删除成员账号人脸信息 |
| | | /// </summary> |
| | | public const string API_POST_Child_RemoveFace = "/home-wisdom/app/child/account/removeFace"; |
| | | /// <summary> |
| | | /// 子账号管理员获取主账号授权Token |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public const string Api_Post_OpenDoor = "/home-wisdom/platform/yingshi/lock/remote/open/door"; |
| | | /// <summary> |
| | | /// 获取门锁型号列表(萤石视频门锁) |
| | | /// 门锁型号列表(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_Models = "/home-wisdom/platform/yingshi/lock/models"; |
| | | public const string Api_Post_Lock_Models = "/home-wisdom/platform/yingshi/lock/models"; |
| | | |
| | | |
| | | |
| | | |
| | |
| | | public const string Api_Post_GetInverter_StatisticsInfo = "/home-wisdom/app/device/inverter/allInfo"; |
| | | #endregion |
| | | |
| | | #region 群控,组合调光 |
| | | /// <summary> |
| | | /// 获取群控类型 |
| | | /// </summary> |
| | | public const string Api_Post_GetGroupControlTypes = "/home-wisdom/app/device/groupcontrol/types"; |
| | | /// <summary> |
| | | /// 获取群控列表 |
| | | /// </summary> |
| | | public const string Api_Post_GetGroupControlListByHome = "/home-wisdom/app/device/groupcontrol/list"; |
| | | /// <summary> |
| | | /// 获取群控详情 |
| | | /// </summary> |
| | | public const string Api_Post_GetGroupControlInfos = "/home-wisdom/app/device/groupcontrol/infos"; |
| | | /// <summary> |
| | | /// 添加群控 |
| | | /// </summary> |
| | | public const string Api_Post_AddGroupControl = "/home-wisdom/app/device/groupcontrol/add"; |
| | | /// <summary> |
| | | /// 更新群控 |
| | | /// </summary> |
| | | public const string Api_Post_UpdateGroupControl = "/home-wisdom/app/device/groupcontrol/update"; |
| | | /// <summary> |
| | | /// 删除群控 |
| | | /// </summary> |
| | | public const string Api_Post_DeleteGroupControl = "/home-wisdom/app/device/groupcontrol/deleted"; |
| | | /// <summary> |
| | | /// 收藏群控 |
| | | /// </summary> |
| | | public const string Api_Post_CollectGroupControl = "/home-wisdom/app/device/groupcontrol/collect"; |
| | | /// <summary> |
| | | /// 取消收藏群控 |
| | | /// </summary> |
| | | public const string Api_Post_CancelCollectGroupControl = "/home-wisdom/app/device/groupcontrol/cancelCollect"; |
| | | /// <summary> |
| | | /// 控制群控 |
| | | /// </summary> |
| | | public const string Api_Post_ControlGroupControl = "/home-wisdom/app/device/groupcontrol/controlDown"; |
| | | /// <summary> |
| | | /// 群控状态刷新 |
| | | /// </summary> |
| | | public const string Api_Post_ReadGroupControlStatus = "/home-wisdom/app/device/groupcontrol/statusRefresh"; |
| | | |
| | | #endregion |
| | | |
| | | } |
| | | |
| | | ///// <summary> |