Updated naming scheme for organisation on the README

Updated naming scheme for organisation on the README
main
amec0e 2023-08-05 16:48:13 +01:00 committed by GitHub
commit 53e8b066b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 16 deletions

View File

@ -40,27 +40,32 @@ 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<br>
Next<br>
Prev<br>
Play<br>
Pause
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 +74,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)!