From a3798b01c03911efcd7f7b28f78cebc35871c528 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期二, 06 八月 2024 18:37:07 +0800
Subject: [PATCH] 2024年08月06日18:37:05
---
app/src/main/java/com/hdl/photovoltaic/internet/api/TopicApi.java | 45 ++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 42 insertions(+), 3 deletions(-)
diff --git a/app/src/main/java/com/hdl/photovoltaic/internet/api/TopicApi.java b/app/src/main/java/com/hdl/photovoltaic/internet/api/TopicApi.java
index 200e237..ff043d6 100644
--- a/app/src/main/java/com/hdl/photovoltaic/internet/api/TopicApi.java
+++ b/app/src/main/java/com/hdl/photovoltaic/internet/api/TopicApi.java
@@ -1,6 +1,40 @@
package com.hdl.photovoltaic.internet.api;
public class TopicApi {
+
+
+ /*
+ *閫嗗彉鍣ㄧ儹鐐归厤缃�
+ * */
+ public static final String DELETING_GATEWAY_HOTSPOT_EDIT = "/user/%s/custom/hotspot/edit";
+ /*
+ *閫嗗彉鍣ㄧ儹鐐硅幏鍙�
+ * */
+ public static final String DELETING_GATEWAY_HOTSPOT_GET = "/user/%s/custom/hotspot/get";
+
+
+ /*
+ *閫嗗彉鍣╳if閰嶇疆
+ * */
+ public static final String DELETING_GATEWAY_WIFI_EDIT = "/user/%s/custom/wifi/edit";
+ /*
+ *閫嗗彉鍣╳ifi鑾峰彇
+ * */
+ public static final String DELETING_GATEWAY_WIFI_GET = "/user/%s/custom/wifi/get";
+
+ /*
+ *閫嗗彉鍣╳ifi鐘舵�侀�氱煡
+ * */
+ public static final String DELETING_GATEWAY_WIFI_NOTIFY = "/user/%s/custom/wifi/notify";
+ /*
+ *閫嗗彉鍣ㄤ互澶綉閰嶇疆
+ * */
+ public static final String DELETING_GATEWAY_ETHERNET_EDIT = "/user/%s/custom/ethernet/edit";
+ /*
+ *閫嗗彉鍣ㄤ互澶綉鑾峰彇
+ * */
+ public static final String DELETING_GATEWAY_ETHERNET_GET = "/user/%s/custom/ethernet/get";
+
/*
*閫氱煡鍒犻櫎骞堕��缃戝瓙璁惧鎷撴墤鍏崇郴
*鍒犻櫎浠庣綉鍏�
@@ -39,8 +73,13 @@
* */
public static final String GATEWAY_INITIALIZE_REMOTE = "/user/%s/custom/gateway/initialize";
public static final String GATEWAY_FIND_REMOTE = "/base/%s/thing/service/mmv_device_find/down";
+ //缃戝叧鏃堕棿璇诲彇
+ public static final String GET_GATEWAY_TIME = "/user/%s/custom/gateway/time/get";
+ //缃戝叧鏃堕棿淇敼
+ public static final String SET_GATEWAY_TIME_EDIT = "/user/%s/custom/gateway/time/edit";
-
+ //鏈湴鍗囩骇鍖呮帹閫�(鍛婅瘔缃戝叧涓嬭浇鍗囩骇鍖呭湴鍧�绛変俊鎭�)
+ public static final String SET_GATEWAY_UPGRADE_INFO = "/base/%s/ota/device/upgrade/down";
/*
* 缃戝叧缂栬緫鍛戒护
* 涓庢湇鍔″櫒鏃犲叧鐨�
@@ -75,8 +114,8 @@
*/
public static final String GATEWAY_SEARCH_REPLY = "/user/all/custom/gateway/search_reply";
- //缃戝叧璇︾粏淇℃伅鑾峰彇s=gw_id
- public static final String GATEWAY_INFO = "/user/%s/custom/gateway/get";
+ //缃戝叧璇︾粏淇℃伅
+ public static final String GET_GATEWAY_INFO = "/user/%s/custom/gateway/get";
//鑾峰彇鐗╃悊璁惧鍒楄〃
public static final String GET_GATEWAY_OID_LIST = "/user/%s/custom/device/list/get";
--
Gitblit v1.8.0