dscKeybusInterface - How can I get all the dsc.Write commands

COMMENT: I attached the library source and the file I'm talking about.

As a hobby, I'm trying to create an exact copy of a DSC keypad using Arduino.

So, in the examples of the library "dscKeybusInterface", file HomeAssistant-MQTT, there are some commands like the following:

dsc.write('w');                             // Virtual keypad arm away
dsc.write('s');                             // Virtual keypad arm stay

QUESTION:

When I check inside the library, I cannot find the list of all the options I can use for writing. Where can I find it?

BONUS:

I expected to write a full command as for example, setting a Zone to null, which would be:

*8 [PROGRAMMER CODE] 001 [ZONE NUMBER] 000".

This would be much more comfortable, because I could simulate the keypad easily.

src.zip (29.1 KB)