2019-05-07 16:39:42 +00:00
|
|
|
sign_in:
|
|
|
|
description: Sign the controller in to a HEOS account.
|
|
|
|
fields:
|
|
|
|
username:
|
|
|
|
description: The username or email of the HEOS account. [Required]
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "example@example.com"
|
2019-05-07 16:39:42 +00:00
|
|
|
password:
|
|
|
|
description: The password of the HEOS account. [Required]
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "password"
|
2019-05-07 16:39:42 +00:00
|
|
|
|
|
|
|
sign_out:
|
2020-04-05 08:33:45 +00:00
|
|
|
description: Sign the controller out of the HEOS account.
|