| | |
| | | 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"; |
| | | |
| | | /* |
| | | *通知删除并退网子设备拓扑关系 |
| | | *删除从网关 |
| | |
| | | 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"; |
| | | /* |
| | | * 网关编辑命令 |
| | | * 与服务器无关的 |
| | |
| | | |
| | | public static final String NATIVE_MODBUS_DOWN_SLAVE = "/user/%s/custom/native/inverter/down/slaveoid/%s"; |
| | | public static final String NATIVE_MODBUS_DOWN_SLAVE_REPLY = "/user/%s/custom/native/inverter/down_reply/slaveoid/%s"; |
| | | |
| | | public static final String DELETING_GATEWAY_password_verifiy= "/user/%s/custom/native/inverter/password_verifiy"; |
| | | |
| | | |
| | | } |