Action with CAG - triggered by web interface

Hallo,

I have keyboard trigger (Fn+1) with a CAG so that actions are only triggered when the mouse is at the right side of the screen. This works fine and triggers / working as expected.

However when I trigger now the same action (via its UUID) from StreamDeck button via the BTT webinterface like so:

http://127.0.0.1:49999/execute_assigned_actions_for_trigger/?uuid=655C9A36......

the actions are triggered just fine, but somehow is the CAD "ignored", so that the actions are triggered even on the left side of the screen (while that is not the case when trigger by keyboard)

Is there something I can do to fix that?

The execute_assigned_actions_for_trigger function skips any condition. Maybe I can add a parameter to configure this.

Currently I think your only option would be to use a named trigger and trigger it using the

trigger_named/?trigger_name=TriggerName

instead.

Thanks a lot!
I will try that instead...