| | |
| | | * */ |
| | | public static final String DELETE_DEVICE = "/user/%s/custom/device/delete"; |
| | | |
| | | /* |
| | | *设备清空运行数据 |
| | | * */ |
| | | public static final String DEVICE_RUN_DATA_CLEAR = "/base/%s/thing/service/device_run_data_clear/down"; |
| | | |
| | | |
| | | /* |
| | | 网关数据备份还原 |
| | |
| | | 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"; |
| | | public static final String GATEWAY_Bluetooth_Get = "/user/%s/custom/bluetooth/get";//网关蓝牙获取 |
| | | public static final String GATEWAY_Bluetooth_Set = "/user/%s/custom/bluetooth/set";//网关蓝牙设置 |
| | | |
| | | |
| | | } |