Update README.md

Updated naming scheme
This commit is contained in:
amec0e 2023-08-05 16:42:01 +01:00 committed by GitHub
parent 40b7b35aec
commit 189b4c4acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,27 +40,28 @@ Please use this naming scheme for buttons.
**FOR TV** **FOR TV**
POWER<br> Power<br>
MUTE<br> Mute<br>
VOL+<br> Vol_up<br>
CH+<br> Ch_next<br>
VOL-<br> Vol_dn<br>
CH- Ch_prev
**FOR AC** **FOR AC**
POWER<br> Off<br>
TEMP+<br> Cool_hi<br>
TEMP-<br> Cool_lo<br>
MODE<br> Heat_hi<br>
SWING Heat_lo<br>
Dh
**FOR AUDIO** **FOR AUDIO**
POWER<br> Power<br>
VOL+<br> Vol_up<br>
VOL-<br> Vol_dn<br>
MUTE Mute
Lastly, it's helpful to add further information as a comment directly into the IR file if possible. Example: Lastly, it's helpful to add further information as a comment directly into the IR file if possible. Example:
@ -69,7 +70,7 @@ Lastly, it's helpful to add further information as a comment directly into the I
`#`<br> `#`<br>
`# Dynex EN-21669D TV` <---<br> `# Dynex EN-21669D TV` <---<br>
`#`<br> `#`<br>
`name: POWER`<br> `name: Power`<br>
Make, model, link, or even a short description can be helpful if the name is changed (or just in general)! Make, model, link, or even a short description can be helpful if the name is changed (or just in general)!