Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 353 Bytes

File metadata and controls

20 lines (15 loc) · 353 Bytes

Built-ins

login

If the type field of the command JSON object (inside the data field of the payload JSON object) is set to "login" then the command field within the command JSOB object must look like such:

"command" : {
	"username" : "<username>",
	"password" : "<password>"
}

in context of... TODO:

```