mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-12-23 11:57:07 +00:00
docs: added naming scheme for LEDs (#605)
This commit is contained in:
parent
9c4d5ec7ce
commit
700e58c80c
20
README.md
20
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user