Add more functions
This commit is contained in:
@@ -3,4 +3,5 @@ package Web;
|
||||
public interface WebsocketEvent {
|
||||
String onMessage(String message);
|
||||
WebsocketReply onWebsocketCommand(WebsocketCommand command);
|
||||
void NewCameraConfiguration();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user