-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
Make rules more generic #100
Labels
Comments
kcajmagic
added
hacktoberfest
https://comcast.github.io/hacktoberfest
good first issue
Good for newcomers
labels
Oct 8, 2019
We want to be able to:
|
We need to revisit what we want to do with this, given we won't need to parse the device ID anymore. We still probably want to only keep the payload on certain types of messages, and possibly keep the different TTL options. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rules are used to determine whether or not to parse the device id from the source or destination of the wrp. If the device id should be parsed from the destination, the rule should have a regular expression stating how to parse the destination. As long as that isn't empty, the destination should be used to get the device id for events following that rule. For any events with rules not specifying a regular expression or events that don't have a rule, the source should be used.
The text was updated successfully, but these errors were encountered: