Add support Roborock source

This commit is contained in:
Alexey Khit
2023-03-19 12:14:20 +03:00
parent 12a7b96289
commit e728643aad
14 changed files with 1257 additions and 30 deletions
+2 -2
View File
@@ -118,8 +118,8 @@ func apiHandle(w http.ResponseWriter, r *http.Request) {
}
// create new random share
share = core.RandString(16)
pwd := core.RandString(16)
share = core.RandString(10, 62)
pwd := core.RandString(10, 62)
srv.AddShare(share, pwd, src)
if shares == nil {