Preliminary version of Web client finished

This commit is contained in:
Carlos
2019-08-12 16:31:50 +02:00
parent c691c2de0b
commit 4e6b1b865e
5 changed files with 175 additions and 62 deletions

View File

@ -115,4 +115,8 @@ class WSServer{
this.serverName = serverName;
this.serverURI = serverURI;
}
setPassword(pwd){
this.serverPassword = pwd;
}
}