docs: added naming scheme for LEDs (#605)

This commit is contained in:
Daniel 2024-10-26 00:47:40 +02:00 committed by GitHub
parent 9c4d5ec7ce
commit 700e58c80c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,16 +76,16 @@ name: Power
Please use this naming scheme for buttons.
This helps us create universal assets more easily and maintain consistency.
| TVs | Audio | ACs |
| --------- | -------- | --------- |
| `Power` | `Power` | `Off` |
| `Vol_up` | `Vol_up` | `Cool_hi` |
| `Vol_dn` | `Vol_dn` | `Cool_lo` |
| `Ch_next` | `Next` | `Heat_hi` |
| `Ch_prev` | `Prev` | `Heat_lo` |
| `Mute` | `Mute` | `Dh` |
| | `Play` | |
| | `Pause` | |
| TVs | Audio | ACs | LEDs |
| --------- | -------- | --------- | --------------- |
| `Power` | `Power` | `Off` | `Power_off` |
| `Vol_up` | `Vol_up` | `Cool_hi` | `Power_on` |
| `Vol_dn` | `Vol_dn` | `Cool_lo` | `Brightness_up` |
| `Ch_next` | `Next` | `Heat_hi` | `Brightness_dn` |
| `Ch_prev` | `Prev` | `Heat_lo` | `Red` |
| `Mute` | `Mute` | `Dh` | `Green` |
| | `Play` | | `Blue` |
| | `Pause` | | `White` |
## Universal Remotes