You can send a full string of your code and action all at once or one at a time, such as:
- Code: Select all
device.send("12341")
device.send(AlarmDecoder.KEY_F1)
First example is code + disarm
Second example is simulating an F1 or Fire press.
Outside of the built-in macros, all keys should be passed in as a string, not integers
Not an employee of the company. Just here to help and keep things clean.