2016-01-03, 10:55
(2015-12-31, 05:40)kniazio Wrote: I pilight use software to control the wireless devices.
My question:
Is it possible to assign a key to execute the command?
The command to execute
orCode:sudo pilight-send -p kaku_switch -i 19330026 -u 15 -t
I would like eg. This command to turn on the Key "1"Code:sudo /usr/local/bin/pilight-send -p kaku_switch -i 19330026 -u 15 -t
pilight-send is the command issued from the console SSH which includes my socket Wireless
My keymap gen.xml
What I would have to enter in place of xxxxxxxxCode:<keymap><global><keyboard><key id="213">xbmc.runplugin(plugin://plugin.video.surveillanceroom?action=all_cameras)</key><key id="206">xxxxxxxx</key></keyboard></global></keymap>
Does not anyone know how to do it?