Document two undocumented commands (#37108)

added two working commands - menu and view
This commit is contained in:
dosdroid 2025-01-28 08:18:49 +01:00 committed by GitHub
parent 8ca837613f
commit e2329f2b92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@ The Xbox remote platform will create Remote entities for each console linked to
| Data attribute | Optional | Description |
| ---------------------- | -------- | ---------------------------------------------------------------------- |
| `entity_id` | no | `entity_id` of the Xbox remote. |
| `command` | no | List of the controller commands or text input to be sent.<br />Commands: A, B, X, Y, Up, Down, Left, Right |
| `command` | no | List of the controller commands or text input to be sent.<br />Commands: A, B, X, Y, Up, Down, Left, Right, Menu, View |
| `num_repeats` | yes | Number of times to repeat the commands. |
| `delay_secs` | yes | Interval in seconds between one send and another. |