Preliminary version of Web client finished
This commit is contained in:
@ -115,4 +115,8 @@ class WSServer{
|
||||
this.serverName = serverName;
|
||||
this.serverURI = serverURI;
|
||||
}
|
||||
|
||||
setPassword(pwd){
|
||||
this.serverPassword = pwd;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user