| | |
| | | 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"; |
| | | } |