panlili2024
2025-03-05 134209ad70f82051da3ce63471df0cc8f778e57d
HDLSDK/hdl-connect/src/main/java/com/hdl/sdk/common/config/TopicConstant.java
@@ -139,4 +139,16 @@
    public static final String GATEWAY_EDIT_REMOTE = "/user/%s/custom/gateway/remote/edit";
    public static final String GATEWAY_EDIT_REMOTE_REPLY = "/user/%s/custom/gateway/remote/edit_reply";
    //获取房间
    public static final String ROOM_LIST_GET = "/user/%s/custom/room/list/get";
    //房间绑定关系列表获取
    public static final String ROOM_BIND_LIST_GET = "/user/%s/custom/room/bind/list/get";
    //获取⾃动化列表
    public static final String LOGIC_LIST_GET = "/user/%s/custom/logic/list/get";
    //⾃动化启⽤禁⽤
    public static final String EDIT_LOGIC_ENABLE = "/user/%s/custom/logic/enable/edit";
}