新增华为 接收设备请求状态变化推送、请求设备认证接口

This commit is contained in:
Lemon
2024-01-22 16:31:37 +08:00
parent 28501ebd9b
commit 6962397a2e
4 changed files with 141 additions and 15 deletions

View File

@@ -42,4 +42,8 @@ public class ConnectorStatusInfo {
* 地锁状态(0-未知10-已解锁50-占用) N
*/
private String LockStatus;
private String operatorId;
}