-
Notifications
You must be signed in to change notification settings - Fork 33
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
Clarification for initialEvent use in documentation #237
base: main
Are you sure you want to change the base?
Conversation
Clarification for initialEvent & roaming event type
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
|
||
Following table illustrate behaviour regarding event triggering depending on **initial** reachability state of the device: | ||
|
||
| subscrived event-type | device reachability status at subscription time | event send if ``initialEvent`` set to true | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor typos in table header:
subscrived --> subscribed
event send --> event sent
|
||
Following table illustrate behaviour regarding event triggering depending on **initial** roaming state of the device: | ||
|
||
| subscrived event-type | device roaming status at subscription time | event send if ``initialEvent`` set to true | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor typos in table header:
subscrived --> subscribed
event send --> event sent
|
||
**Clarification on ``roaming-change-country`` event-type:** | ||
|
||
``roaming-change-country`` event is send only when the device stays in roaming situation and change country. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
event is 'sent'
Fix typos in table header
What type of PR is this?
Add one of the following kinds:
What this PR does / why we need it:
Clarify behavior of subscription/event server regarding use of initialEvent
Clarify roaming country change behavior
Which issue(s) this PR fixes:
Fixes #222
Special notes for reviewers:
Adding @gmuratk as reviewer.
Changelog input
Additional documentation
This section can be blank.