Compare commits
8 Commits
8cc8efd81b
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 19a400d2f3 | |||
| 4bbdd7cb3d | |||
| a4af7c430a | |||
| df1d3a83ac | |||
| 94382ef7c7 | |||
| 31274f3825 | |||
| 27d8ad95aa | |||
| 05fb5bfa77 |
@@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?eclipse-pydev version="1.0"?><pydev_project>
|
||||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
|
||||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
|
||||
|
||||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
|
||||
|
||||
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
|
||||
|
||||
</pydev_project>
|
||||
|
||||
0
duply-backup-lenny.sh
Executable file → Normal file
0
duply-backup-lenny.sh
Executable file → Normal file
0
kino/kino_an.sh
Executable file → Normal file
0
kino/kino_an.sh
Executable file → Normal file
0
kino/kino_aus.sh
Executable file → Normal file
0
kino/kino_aus.sh
Executable file → Normal file
0
kino/truhe_an.sh
Executable file → Normal file
0
kino/truhe_an.sh
Executable file → Normal file
0
kino/truhe_aus.sh
Executable file → Normal file
0
kino/truhe_aus.sh
Executable file → Normal file
0
mqtt/remove_retained_topic.sh
Executable file → Normal file
0
mqtt/remove_retained_topic.sh
Executable file → Normal file
4
osmc.wks/amp_aux.sh
Executable file
4
osmc.wks/amp_aux.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
irsend -d /var/run/lirc/lircd-lirc0 SEND_ONCE Yamaha_RAV207 AMP/AUX
|
||||
|
||||
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
|
||||
4
osmc.wks/amp_tuner.sh
Executable file
4
osmc.wks/amp_tuner.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
irsend -d /var/run/lirc/lircd-lirc0 SEND_ONCE Yamaha_RAV207 AMP/TUNER_INPUT
|
||||
|
||||
4
osmc.wks/amp_vaux.sh
Executable file
4
osmc.wks/amp_vaux.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
irsend -d /var/run/lirc/lircd-lirc0 SEND_ONCE Yamaha_RAV207 AMP/V_AUX
|
||||
|
||||
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 1
|
||||
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 1
|
||||
irsend -d /var/run/lirc/lircd-lirc0 SEND_STOP Yamaha_RAV207 AMP/VOL_UP
|
||||
|
||||
0
raspbmc-backup-fresh.sh
Executable file → Normal file
0
raspbmc-backup-fresh.sh
Executable file → Normal file
0
raspbmc-backup.sh
Executable file → Normal file
0
raspbmc-backup.sh
Executable file → Normal file
0
raspbmc-restore.sh
Executable file → Normal file
0
raspbmc-restore.sh
Executable file → Normal file
Reference in New Issue
Block a user