I have a question about rfx-PT2262-Out.
I would like to generate a specific response to a specific key. The key has the hex code 0x415530.
How can I now configure it so that only the hex code is processed further? At the moment all keys are responded to. Here is the flow:
'''
[{"id":"e8be0747.6493d","type":"rfx-PT2262-in","z":"abd77222.a1052","name":"redbutton","port":"e7117e44.79977","deviceList":"95e4b51c.e02458","topicSource":"all","topic":"","x":261,"y":856,"wires":[["2a9d33dd.69152c","56dcf956.911288"]]},{"id":"2a9d33dd.69152c","type":"debug","z":"abd77222.a1052","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":492,"y":789,"wires":[]},{"id":"ac0652a1.220638","type":"MiLight","z":"abd77222.a1052","name":"MiLight","bridgetype":"legacy","bulbtype":"rgbw","zone":"4","ip":"192.168.1.55","broadcast":true,"x":746,"y":853,"wires":[]},{"id":"56dcf956.911288","type":"function","z":"abd77222.a1052","name":"redbutton","func":"msg.payload="on"\nreturn msg;\n","outputs":1,"noerr":0,"x":577,"y":853,"wires":[["ac0652a1.220638"]]},{"id":"dc78b566.60114","type":"comment","z":"abd77222.a1052","name":"Only Milight-ON, if Adress 0x415530","info":"Only Milight-ON, if Adress 0x415530","x":496,"y":903,"wires":[]},{"id":"e7117e44.79977","type":"rfxtrx-port","z":"","port":"/dev/ttyUSB0","rfyVenetianMode":"EU"},{"id":"95e4b51c.e02458","type":"PT2262-device-list","z":"","name":"redbutton","devices":[{"device":["redbutton"],"payload":"On","rawData":"0x415530","pulseWidth":440}]}]
'''
What do I have to do, that only a certain key (=hex code) causes a reaction?
Thank you very much!