Skip to content

Add filter for 'Extra' value to Triggers window#1410

Merged
chreden merged 2 commits intomasterfrom
issue/1409
May 8, 2025
Merged

Add filter for 'Extra' value to Triggers window#1410
chreden merged 2 commits intomasterfrom
issue/1409

Conversation

@chreden
Copy link
Owner

@chreden chreden commented May 7, 2025

Add a multi-getter trigger to the triggers window that filters on the 'Extra' data that cameras and a couple of other commands have.
Since the triggers window is filtering on triggers and not on commands all of the extras are joined and that is what is queried - for example if a trigger has two commands, one with 255 and one with 256 the trigger will have extra value of [255, 256] and will match both.
Closes #1409

Add a multi-getter trigger to the triggers window that filters on the 'Extra' data that cameras and a couple of other commands have.
Since the triggers window is filtering on triggers and not on commands all of the extras are joined and that is what is queries - for example if a trigger has two commands, one with 255 and one with 256 the trigger will have extra value of [255, 256] and will match both.
Closes #1409
@chreden chreden added this to the Next milestone May 7, 2025
@chreden chreden requested review from lahm86 and makotocchi May 7, 2025 21:55
@chreden chreden self-assigned this May 7, 2025
@chreden chreden added the ui label May 7, 2025
@chreden chreden enabled auto-merge (squash) May 7, 2025 21:56
@chreden chreden merged commit 29c2029 into master May 8, 2025
1 check passed
@chreden chreden deleted the issue/1409 branch May 8, 2025 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Filter triggers by extra camera data

2 participants