| | |
| | | |
| | | #endregion |
| | | |
| | | #region 添加调试人员 |
| | | /// <summary> |
| | | /// 添加调试人员 |
| | | /// </summary> |
| | | public const string API_POST_DebugStaff_ADD = "/home-wisdom/app/home/addDebugStaff"; |
| | | /// <summary> |
| | | /// 删除子账户 |
| | | /// </summary> |
| | | public const string API_POST_DebugStaff_DELETE = "/home-wisdom/app/home/delDebugStaff"; |
| | | /// <summary> |
| | | /// 更改调试权限 |
| | | /// </summary> |
| | | public const string API_POST_DebugStaff_UPDATE= "/home-wisdom/app/home/updateDebugPerm"; |
| | | #endregion |
| | | |
| | | #endregion |
| | | |
| | | #region ■ GatewayCluster -- 网关___________________________ |
| | |
| | | /// 取消收藏场景 |
| | | /// </summary> |
| | | public const string Api_Post_CancelCollectScene = "/home-wisdom/app/scene/cancelCollect"; |
| | | |
| | | /// <summary> |
| | | /// 全量更新场景 正常是B端调试软件使用 |
| | | /// </summary> |
| | | public const string Api_Post_Secne_SyncList = "/home-wisdom/program/scene/sync"; |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region Kaede -- 房间接口____________________________ |
| | |
| | | /// </summary> |
| | | public const string API_POST_Speaker_Remark_Update = "/smart-footstone/app/token/update"; |
| | | /// <summary> |
| | | /// 解绑音箱 |
| | | /// </summary> |
| | | public const string API_POST_Speaker_Unbind = "/smart-footstone/app/token/delete"; |
| | | /// <summary> |
| | | /// 获取音箱分配的设备和场景列表 |
| | | /// </summary> |
| | | public const string API_POST_Speaker_DeviceList_Get = "/home-wisdom/app/tokenRelation/list"; |