Get timers data from a Tasmota devices using MQTT

Hi,

I am trying to check if the timers are armed on a Tasmota device.

If I publish empty message to “devicename/cmnd/timer1”, the info is published in “devicename/stat/result”.
But when I try to iterate for each timer, the message is always replaced with the new data and the results is not reliable.
So I tried to publish a message to “devicename/cmnd/timers” and this gives all the data, but in 4 different messages (4 timers in each message). so again, I can’t get the data…

Anyone even tried doing that?

Thanks,
Naor