sulu: fix led brightness access

This commit is contained in:
Reidar Cederqvist 2025-06-04 10:58:45 +02:00
parent 616e15b9c4
commit 2c3e9ce606
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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"]
}
]

View file

@ -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"]
}
]