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