You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
Implement new support for the Permission class and integrate it with the roles to allow for enhanced handling of permissions directly in openhiven.py
Describe the solution you'd like
Implement a PermissionConstructor class, which will handle the byte-shifting for the Permissions(Enum) enum properties.
Is your feature request related to a problem? Please describe.
Implement new support for the
Permissionclass and integrate it with the roles to allow for enhanced handling of permissions directly in openhiven.pyDescribe the solution you'd like
Implement a
PermissionConstructorclass, which will handle the byte-shifting for thePermissions(Enum)enum properties.Describe alternatives you've considered
None.
Additional context
ROLE_UPDATEevent #106