[{"id":"85a45963.6b54c8","type":"function","z":"a15019c7.f0c418","name":"IR receiver","func":"flow.set('lirc_node', global.get('lirc_node'));\nflow.get('lirc_node').init();\n\n// Listening for commands\nvar listenerId = flow.get('lirc_node').addListener(function(data) {\n node.warn(\"Received IR keypress '\" + data.key + \"'' from remote '\" + data.remote +\"'\");\n});\n","outputs":"0","noerr":0,"x":630,"y":160,"wires":[]},{"id":"c14837a4.053978","type":"inject","z":"a15019c7.f0c418","name":"","topic":"","payload":"Init","payloadType":"str","repeat":"","crontab":"","once":true,"x":230,"y":160,"wires":[["85a45963.6b54c8"]]},{"id":"bd707658.96a358","type":"function","z":"a15019c7.f0c418","name":"IR transmitter","func":"var command = msg.payload.split(',');\n\nflow.get('lirc_node').irsend.send_once(command[0], command[1], function() {\n node.warn(\"Sent command!\");\n});\n\nreturn msg;\n","outputs":1,"noerr":0,"x":640,"y":240,"wires":[["a3a1d8a1.0af988"]]},{"id":"a3a1d8a1.0af988","type":"debug","z":"a15019c7.f0c418","name":"","active":true,"console":"false","complete":"false","x":910,"y":240,"wires":[]},{"id":"1a891ca1.ade613","type":"inject","z":"a15019c7.f0c418","name":"","topic":"","payload":"SAMSUNG,KEY_VOLUMEUP","payloadType":"str","repeat":"","crontab":"","once":false,"x":300,"y":240,"wires":[["bd707658.96a358"]]},{"id":"7ddc5214.f9649c","type":"inject","z":"a15019c7.f0c418","name":"","topic":"","payload":"SAMSUNG,KEY_VOLUMEDOWN","payloadType":"str","repeat":"","crontab":"","once":false,"x":320,"y":300,"wires":[["bd707658.96a358"]]}]