-
Notifications
You must be signed in to change notification settings - Fork 100
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
Feat/complete pnc auth #107
Conversation
certificate_chain: Optional[bytes] = None, | ||
hash_data: Optional[List[Dict[str, str]]] = None, | ||
) -> AuthorizationStatus: | ||
"""Overrides EVSEControllerInterface.is_authorized().""" | ||
return AuthorizationStatus.ACCEPTED | ||
return AuthorizationStatus.ONGOING |
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.
Should this be set back to
return AuthorizationStatus.ACCEPTED
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.
yes, thanks ;)
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.
done
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.
One minor change...rest lgtm...
9095cb2
to
a28707b
Compare
Fix #54
fix #26
fix #56