feat: 新增ID_ONLINE, ID_OFFLINE
parent
c78d7cd96d
commit
d6c6372eb3
3
iot-common-thing/src/main/java/cc/iotkit/common/thing/ThingModelMessage.java
Executable file → Normal file
3
iot-common-thing/src/main/java/cc/iotkit/common/thing/ThingModelMessage.java
Executable file → Normal file
|
@ -41,6 +41,9 @@ public class ThingModelMessage {
|
||||||
public static final String ID_CONFIG_GET = "get";
|
public static final String ID_CONFIG_GET = "get";
|
||||||
public static final String ID_CONFIG_SET = "set";
|
public static final String ID_CONFIG_SET = "set";
|
||||||
public static final String ID_DEREGISTER = "deregister";
|
public static final String ID_DEREGISTER = "deregister";
|
||||||
|
public static final String ID_ONLINE = "online";
|
||||||
|
public static final String ID_OFFLINE = "offline";
|
||||||
|
public static final String SERVICE_REPLY_SUFFIX = "_reply";
|
||||||
|
|
||||||
private String id;
|
private String id;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue