I have a macro set to automatically run every minute; it’s titled “Alarm-status-check”. A user can also trigger one of two macros from their phone; those are titled “Alarm-Arm” and “Alarm-Disarm”. If the user triggers the Arm or Disarm macro at the same time as the Alarm-status-check macro, it causes an error. The macros are competing for the same url.
Is it possible to give one macro a priority over the other, so if it’s running, the other either waits, or doesn’t run? In my case, I’d want the user’s macro to Arm or Disarm, to take precedence over the Alarm-status-check macro.