MQTT Alarm Control Panel

Hello Everybody,

I just installed the “MQTT Alarm Control Panel” and I’d like to know if it is possible to use a dynamic code:

payload_arm_away: "{'TOTALE':{'code':'value','string':'SET 1'}}"
payload_arm_home: "{'PARZIALE':{'code':'value','string':'SET 3'}}"
payload_arm_night: "{'NOTTE':{'code':'value','string':'SET 2'}}"
payload_arm_disarm: "{'DISINSERIRE':{'code':'value','string':'UNSET ALL}}"
code: "1234"

I would like to send the payload also with every code, not only 1234

Is it possible?

Thanks in advance