| | |
| | | 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"; |
| | | |
| | | |
| | | /* |
| | | *逆变器wif配置 |
| | | * */ |
| | | public static final String DELETING_GATEWAY_WIFI_EDIT = "/user/%s/custom/wifi/edit"; |
| | | /* |
| | | *逆变器wifi获取 |
| | | * */ |
| | | public static final String DELETING_GATEWAY_WIFI_GET = "/user/%s/custom/wifi/get"; |
| | | |
| | | /* |
| | | *逆变器wifi状态通知 |
| | | * */ |
| | | 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"; |
| | | |
| | | /* |
| | | *通知删除并退网子设备拓扑关系 |
| | | *删除从网关 |