mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2025-10-16 11:46:00 +00:00
docs: add more standard names (#901)
This commit is contained in:
30
README.md
30
README.md
@@ -80,16 +80,26 @@ name: Power
|
||||
Please use this naming scheme for buttons.
|
||||
This helps us create universal assets more easily and maintain consistency.
|
||||
|
||||
| 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` |
|
||||
| Audio / Video Devices | ACs | LEDs |
|
||||
| ---------------------- | --------- | --------------- |
|
||||
| `Power` | `Off` | `Power_off` |
|
||||
| `Vol_up` | `Cool_hi` | `Power_on` |
|
||||
| `Vol_dn` | `Cool_lo` | `Brightness_up` |
|
||||
| `Next` | `Heat_hi` | `Brightness_dn` |
|
||||
| `Prev` | `Heat_lo` | `Red` |
|
||||
| `Mute` | `Dh` | `Green` |
|
||||
| `Play` | | `Blue` |
|
||||
| `Pause` | | `White` |
|
||||
| `Play_pause` | | `Yellow` |
|
||||
| `Ok` | | |
|
||||
| `Up` | | |
|
||||
| `Down` | | |
|
||||
| `Left` | | |
|
||||
| `Right` | | |
|
||||
| `Back` | | |
|
||||
| `Sleep` | | |
|
||||
| `Ch_next` | | |
|
||||
| `Ch_prev` | | |
|
||||
|
||||
## Universal Remotes
|
||||
|
||||
|
Reference in New Issue
Block a user