RAV207 commands
This commit is contained in:
3
osmc.wks/amp_power.sh
Executable file
3
osmc.wks/amp_power.sh
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
irsend -d /var/run/lirc/lircd-lirc0 SEND_ONCE RAV207 KEY_POWER
|
||||||
6
osmc.wks/amp_vol_down.sh
Executable file
6
osmc.wks/amp_vol_down.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
irsend -d /var/run/lirc/lircd-lirc0 SEND_START Yamaha_RAV207 AMP/VOL_DOWN
|
||||||
|
sleep 2
|
||||||
|
irsend -d /var/run/lirc/lircd-lirc0 SEND_STOP Yamaha_RAV207 AMP/VOL_DOWN
|
||||||
|
|
||||||
6
osmc.wks/amp_vol_up.sh
Executable file
6
osmc.wks/amp_vol_up.sh
Executable file
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
irsend -d /var/run/lirc/lircd-lirc0 SEND_START Yamaha_RAV207 AMP/VOL_UP
|
||||||
|
sleep 2
|
||||||
|
irsend -d /var/run/lirc/lircd-lirc0 SEND_STOP Yamaha_RAV207 AMP/VOL_UP
|
||||||
|
|
||||||
Reference in New Issue
Block a user