| | |
| | | /// 设备消息规则配置 |
| | | /// </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"; |
| | | |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region Kaede -- 场景接口____________________________ |