Skip to content

Commit c4edea6

Browse files
ClientRoles duplicate
1 parent fe117c8 commit c4edea6

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

packages/openremote_client/src/openremote_client/client_roles.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,5 @@
2121

2222

2323
class ClientRoles:
24-
"""Client roles for the OpenRemote API."""
25-
26-
READ_LOGS_ROLE = "read:logs"
27-
READ_USERS_ROLE = "read:users"
28-
READ_ADMIN_ROLE = "read:admin"
29-
READ_MAP_ROLE = "read:map"
30-
READ_ASSETS_ROLE = "read:assets"
31-
READ_RULES_ROLE = "read:rules"
32-
READ_INSIGHTS_ROLE = "read:insights"
33-
READ_ALARMS_ROLE = "read:alarms"
3424
READ_SERVICES_ROLE = "read:services"
3525
WRITE_SERVICES_ROLE = "write:services"
36-
WRITE_USER_ROLE = "write:user"
37-
WRITE_ADMIN_ROLE = "write:admin"
38-
WRITE_LOGS_ROLE = "write:logs"
39-
WRITE_ASSETS_ROLE = "write:assets"
40-
WRITE_ATTRIBUTES_ROLE = "write:attributes"
41-
WRITE_RULES_ROLE = "write:rules"

src/service_ml_forecast/clients/openremote/client_roles.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)