Zoom Rooms Native Controls - Timer

I request a repeat TIMER Rule so that you could set up Queries to devices that don’t send anything without a request.
For example most projectors never send updates wihout any request from the user.
So this could be used for polling data from units.
The TIMER should be repeated infinite.
Settings for this timer could be in the rooms setup page.
Good timing for this is 30 sec - 15 min.
Implemetation example:
“rules”: {
“timer_end”: [
“projector.power.query”,
“switcher.input_query”
]
}