mirror of
https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
synced 2025-11-01 19:17:52 +00:00
FirmwareFlash and FirmwareDownload support in Dao and Gateway. Contingent on AP support, currently sends command but doesn't actually upgrade for download, and Flash doesn't have a trigger point on AP
This commit is contained in:
@@ -4,11 +4,16 @@ import java.util.Set;
|
||||
|
||||
public interface ConnectusOvsdbClientInterface {
|
||||
|
||||
Set<String> getConnectedClientIds();
|
||||
Set<String> getConnectedClientIds();
|
||||
|
||||
String changeRedirectorAddress(String apId, String newRedirectorAddress);
|
||||
String changeRedirectorAddress(String apId, String newRedirectorAddress);
|
||||
|
||||
void processConfigChanged(String apId);
|
||||
|
||||
String closeSession(String apId);
|
||||
void processConfigChanged(String apId);
|
||||
|
||||
String processFirmwareDownload(String apId, String firmwareUrl, String firmwareVersion, String username,
|
||||
String validationCode);
|
||||
|
||||
String processFlashFirmware(String apId, String firmwareVersion);
|
||||
|
||||
String closeSession(String apId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user