| | |
| | | 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> |
| | |
| | | public const string Api_Post_GetDoorlockUserList = "/home-wisdom/platform/yingshi/lock/user/list"; |
| | | |
| | | /// <summary> |
| | | /// 更改门锁用户备注名 |
| | | /// 更改门锁用户备注名 |
| | | /// </summary> |
| | | public const string Api_Post_setDoorUserRemark = "/home-wisdom/platform/yingshi/lock/user/list"; |
| | | public const string Api_Post_setDoorUserRemark = "/home-wisdom/platform/yingshi/lock/setDoorUserRemark"; |
| | | /// <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"; |
| | | /// <summary> |
| | | /// 查询人脸识别解锁配置 |
| | | /// </summary> |
| | | public const string Api_Post_GetFaceRecognitionUnlockCfg = "/home-wisdom/platform/yingshi/lock/getFaceRecognitionUnlockCfg"; |
| | | /// <summary> |
| | | /// 设置人脸识别解锁配置 |
| | | /// </summary> |
| | | public const string Api_Post_SetFaceRecognitionUnlockCfg = "/home-wisdom/platform/yingshi/lock/setFaceRecognitionUnlockCfg"; |
| | | /// <summary> |
| | | /// 查询门锁系统声音 |
| | | /// </summary> |
| | | public const string Api_Post_GetDoorLockSystemSound = "/home-wisdom/platform/yingshi/lock/getDoorLockSystemSound"; |
| | | /// <summary> |
| | | /// 设置门锁系统声音 |
| | | /// </summary> |
| | | public const string Api_Post_SetDoorLockSystemSound = "/home-wisdom/platform/yingshi/lock/setDoorLockSystemSound"; |
| | | /// <summary> |
| | | /// 查询门铃提示音 |
| | | /// </summary> |
| | | public const string Api_Post_GetDoorBellTone = "/home-wisdom/platform/yingshi/lock/getDoorBellTone"; |
| | | /// <summary> |
| | | /// 设置门铃提示音 |
| | | /// </summary> |
| | | public const string Api_Post_SetDoorBellTone = "/home-wisdom/platform/yingshi/lock/setDoorBellTone"; |
| | | |
| | | |
| | | |
| | | #endregion |