panlili2024
2025-02-21 d31f2155237aa65cee1cb6ce1d39c48191663226
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";
}