-
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
Addition of "lastStatusTime" Field #146
Addition of "lastStatusTime" Field #146
Conversation
Could someone help me to validate the Linter errors that coming up ? |
In the log appear a list of linting errors:
It seems, we have included a wrong example set for 'UUID', so I have corrected the same. Thanks for looking into this |
The error was on the uuid ? Anyway seems you solved it ;) |
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.
/LGTM
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.
LGTM
@akoshunyadi @sachinvodafone It's okey from our side, we can proceed to merge. Thanks! |
What type of PR is this?
Add one of the following kinds:
correction
What this PR does / why we need it:
The CAMARA version of the current DeviceStatus API lacks a crucial "lastStatusTime" field, resulting in inconsistent behavior across vendors. This absence poses challenges for application developers in determining the freshness of roaming status/connectivity data.
Which issue(s) this PR fixes:
Fixes #110