mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
added all cases to the server handler
This commit is contained in:
@@ -60,6 +60,15 @@ public class ServerHandler {
|
||||
CameraManager.getCurrentCamera().setCamVideoMode((Integer) camSettings.get("resolution"),true);
|
||||
break;
|
||||
}
|
||||
case "changeCameraName":{
|
||||
// needs to be implemented
|
||||
}
|
||||
case "changePipelineName":{
|
||||
// needs to be implemented
|
||||
}
|
||||
case "duplicatePipeline":{
|
||||
// needs to be implemented
|
||||
}
|
||||
case "command": {
|
||||
switch ((String) entry.getValue()){
|
||||
case "addNewPipeline":
|
||||
|
||||
Reference in New Issue
Block a user