diff --git a/sulu/sulu-builder/files/etc/users/roles/admin.json b/sulu/sulu-builder/files/etc/users/roles/admin.json index 1d500f51e..cab32a8a1 100644 --- a/sulu/sulu-builder/files/etc/users/roles/admin.json +++ b/sulu/sulu-builder/files/etc/users/roles/admin.json @@ -556,7 +556,7 @@ ] }, { - "object": "Device.LEDs.LED.{i}.X_GENEXIS_EU_Brightness", + "object": "Device.LEDs.LED.{i}.CycleElement.{i}.Brightness", "perm": ["PERMIT_GET", "PERMIT_SET", "PERMIT_GET_INST"] } ] diff --git a/sulu/sulu-builder/files/etc/users/roles/user.json b/sulu/sulu-builder/files/etc/users/roles/user.json index 90a521240..46d5b6d5a 100644 --- a/sulu/sulu-builder/files/etc/users/roles/user.json +++ b/sulu/sulu-builder/files/etc/users/roles/user.json @@ -531,7 +531,7 @@ "perm": ["PERMIT_NONE"] }, { - "object": "Device.LEDs.LED.{i}.X_GENEXIS_EU_Brightness", + "object": "Device.LEDs.LED.{i}.CycleElement.{i}.Brightness", "perm": ["PERMIT_GET", "PERMIT_SET", "PERMIT_GET_INST"] } ]