| | |
| | | public const string Api_Post_GetLcSubToken = "/home-wisdom/imou/openapi/getSubToken"; |
| | | |
| | | /// <summary> |
| | | /// 刷新设备状 |
| | | /// 刷新设备状态 |
| | | /// </summary> |
| | | public const string Api_Post_RefreshDeviceStatus = "/home-wisdom/app/device/status/refresh"; |
| | | /// <summary> |
| | |
| | | /// 更改门锁用户备注名 |
| | | /// </summary> |
| | | public const string Api_Post_setDoorUserRemark = "/home-wisdom/platform/yingshi/lock/user/list"; |
| | | /// <summary> |
| | | /// 删除用户数字密码 |
| | | /// </summary> |
| | | public const string Api_Post_DeleteDoorlockUser_NumberPassword = "/home-wisdom/platform/yingshi/lock/deletePassword"; |
| | | /// <summary> |
| | | /// 删除用户感应卡密码 |
| | | /// </summary> |
| | | public const string Api_Post_DeleteDoorlockUser_DeleteCardPassword = "/home-wisdom/platform/yingshi/lock/deleteCardPassword"; |
| | | /// <summary> |
| | | /// 删除用户指纹密码 |
| | | /// </summary> |
| | | public const string Api_Post_DeleteDoorlockUser_DeleteFingerPassword = "/home-wisdom/platform/yingshi/lock/deleteFingerPassword"; |
| | | /// <summary> |
| | | /// 删除用户人脸密码 |
| | | /// </summary> |
| | | public const string Api_Post_DeleteDoorlockUser_DeleteFacePassword = "/home-wisdom/platform/yingshi/lock/deleteFacePassword"; |
| | | /// <summary> |
| | | /// 删除门锁用户 |
| | | /// </summary> |
| | | public const string Api_Post_DeleteDoorlockUser_DeleteUser = "/home-wisdom/platform/yingshi/lock/deleteDoorUser"; |
| | | /// <summary> |
| | | /// 查询按键两次开门 |
| | | /// </summary> |
| | | public const string Api_Post_GetDoubleClickOpenDoorSwitch = "/home-wisdom/platform/yingshi/lock/getDoubleClickOpenDoorSwitch"; |
| | | /// <summary> |
| | | /// 设置按键两次开门 |
| | | /// </summary> |
| | | public const string Api_Post_SetDoubleClickOpenDoorSwitch = "/home-wisdom/platform/yingshi/lock/setDoubleClickOpenDoorSwitch"; |
| | | /// <summary> |
| | | /// 查询童锁开关 |
| | | /// </summary> |
| | | public const string Api_Post_GetChildLockSwitch = "/home-wisdom/platform/yingshi/lock/getChildLockSwitch"; |
| | | /// <summary> |
| | | /// 设置童锁开关 |
| | | /// </summary> |
| | | public const string Api_Post_SetChildLockSwitch = "/home-wisdom/platform/yingshi/lock/setChildLockSwitch"; |
| | | /// <summary> |
| | | /// 查询反锁配置 |
| | | /// </summary> |
| | | public const string Api_Post_GetAntiLockCfg = "/home-wisdom/platform/yingshi/lock/getAntiLockCfg"; |
| | | /// <summary> |
| | | /// 设置反锁配置 |
| | | /// </summary> |
| | | public const string Api_Post_SetAntiLockCfg = "/home-wisdom/platform/yingshi/lock/setAntiLockCfg"; |
| | | /// <summary> |
| | | /// 查询布撤防状态 |
| | | /// </summary> |
| | | public const string Api_Post_GetDefenceStatus = "/home-wisdom/platform/yingshi/lock/getDefenceStatus"; |
| | | /// <summary> |
| | | /// 设置布撤防状态 |
| | | /// </summary> |
| | | public const string Api_Post_SetDefenceStatus = "/home-wisdom/platform/yingshi/lock/setDefenceStatus"; |
| | | |
| | | |
| | | |
| | | #endregion |
| | | |