2
0

2 Commity d4c2d1a820 ... 914b2bf694

Autor SHA1 Správa Dátum
  blackwine 914b2bf694 Initial working revision 4 týždňov pred
  blackwine d4c2d1a820 Initial working revision 4 týždňov pred
1 zmenil súbory, kde vykonal 5 pridanie a 5 odobranie
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -5,17 +5,17 @@ Onkyo Remote Interactive (RI) daemon
 
 This little daemon listens for [OSC](https://opensoundcontrol.stanford.edu) messages and sends commands via Onkyo's RI proprietary interface.
 
-action                 | code  | function
----------------------- | ----- | --------------------------
-Input CD               |  `0x20` | Switch input to CD channel
-Input TAPE             |  `0x70` | Switch input to TAPE channel
+action                 | code    | function
+---------------------- | ------- | --------------------------
+Input CD               | `0x020` | Switch input to CD channel
+Input TAPE             | `0x070` | Switch input to TAPE channel
 Input DVD              | `0x120` | Switch input to DVD (BD) channel
 Input DOCK             | `0x170` | Switch input to DOCK channel
 Dimmer Hi              | `0x2B0` | Set dimmer brightness to highest level
 Dimmer Mid             | `0x2B1` | Set dimmer brightness to mid level
 Dimmer Lo              | `0x2B2` | Set dimmer brightness to lowest level
 Dimmer Hi              | `0x2B8` | Set dimmer brightness to highest level
-Dimmer Lo	             | `0x2BF` | Set dimmer brightness to lowest level
+Dimmer Lo	           | `0x2BF` | Set dimmer brightness to lowest level
 Test mode              | `0x421` |
 Radio search next      | `0x430` | Tune next radio station when radio is selected.
 Radio search previous  | `0x431` | Tune previous radio station when radio is selected.