| | |
| | | /// <summary> |
| | | /// 检测更新,是否需要强制更新 |
| | | /// </summary> |
| | | public const string API_POST_CheckAppVersion = "/smart-footstone/app/appVersion/check"; |
| | | public const string API_POST_CheckAppVersion = "/basis-footstone/app/appVersion/check"; |
| | | ///// <summary> |
| | | ///// 查询APP最新版本 |
| | | ///// </summary> |
| | | //public const string API_POST_GetAppVersion = "/smart-footstone/app/getAppVersion"; |
| | | #endregion |
| | | |
| | | /// <summary> |
| | | /// 获取当前版本注销账号模式 |
| | | /// </summary> |
| | | public const string Api_Post_GetUnregisterModel = "/basis-footstone/app/appVersion/unregisterModel"; |
| | | /// <summary> |
| | | /// 注销账号 |
| | | /// </summary> |
| | | public const string Api_Post_Unregister = "/basis-footstone/member/unregister"; |
| | | |
| | | |
| | | #region ■ -- 房间场景背景图片上传下载接口___________________________ |
| | |
| | | /// </summary> |
| | | public const string Api_Post_IndependentRegister3TyDevcie = "/home-wisdom/app/device/independentRegister"; |
| | | /// <summary> |
| | | /// 移除第三方设备 |
| | | /// </summary> |
| | | public const string Api_Post_Remove3tyDevcie = "/home-wisdom/app/device/remove"; |
| | | /// <summary> |
| | | /// 获取设备详情 |
| | | /// </summary> |
| | | public const string Api_Post_GetDevcieInfoList = "/home-wisdom/app/device/info"; |
| | | /// <summary> |
| | | /// 获取乐橙子账号token |
| | | /// </summary> |
| | | public const string Api_Post_GetLcSubToken = "/home-wisdom/imou/openapi/getSubToken"; |
| | | |
| | | /// <summary> |
| | | /// 刷新设备状 |
| | |
| | | /// 设备消息规则配置 |
| | | /// </summary> |
| | | public const string Api_Post_DeviceMessageRulesSet = "/home-wisdom/app/device/deviceMessageRulesSet"; |
| | | |
| | | #endregion |
| | | |
| | | #region Kaede -- 萤石视频门锁接口____________________________ |
| | | /// <summary> |
| | | /// 删除设备(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_DeleteDevice = "/home-wisdom/platform/yingshi/child/deleteDevice"; |
| | | /// <summary> |
| | | /// 电池详情(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_Details = "/home-wisdom/platform/yingshi/lock/battery/details"; |
| | | /// <summary> |
| | | /// 门锁用户列表(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_UserList = "/home-wisdom/platform/yingshi/lock/user/list"; |
| | | /// <summary> |
| | | /// 门锁状态(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_Lockstatus = "/home-wisdom/platform/yingshi/lock/status"; |
| | | /// <summary> |
| | | /// 获取报警列表(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_Records = "/home-wisdom/platform/yingshi/alarm/records"; |
| | | /// <summary> |
| | | /// 删除报警记录(萤石视频门锁) |
| | | /// </summary> |
| | | public const string Api_Post_AlarmDelet= "/home-wisdom/platform/yingshi/alarm/delete"; |
| | | /// <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"; |
| | | |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region Kaede -- 场景接口____________________________ |
| | |
| | | /// "homeId":0 |
| | | /// </summary> |
| | | public const string Api_Post_GetInverter_List = "/home-wisdom/app/device/inverter/list"; |
| | | /// <summary> |
| | | /// 获取住宅下光伏统计的数据 |
| | | /// </summary> |
| | | public const string Api_Post_GetInverter_StatisticsInfo = "/home-wisdom/app/device/inverter/allInfo"; |
| | | #endregion |
| | | |
| | | } |