We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe When using AlarmManager, only the first event is compared against events filters.
AlarmManager
msiempy/msiempy/alarm.py
Line 351 in ad5c754
Expected behaviour would consider the filter matching if any triggering event match all passed filters.
msiempy version: msiempy : 0.3.3
The text was updated successfully, but these errors were encountered:
Feature #83
3bbef5b
Consider the AlarmManager events filter matching if any triggering event match all passed filters Implement a couple tests
Add another test for #83
ec203c0
No branches or pull requests
Describe
When using
AlarmManager
, only the first event is compared against events filters.msiempy/msiempy/alarm.py
Line 351 in ad5c754
Expected behaviour would consider the filter matching if any triggering event match all passed filters.
msiempy version:
msiempy : 0.3.3
The text was updated successfully, but these errors were encountered: