-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Describe the bug
Using /enum/{enumId} with {enumId} of any sub-enumeration (e. g. funtions.shutters.something) results in an empty answer.
To Reproduce
Steps to reproduce the behavior:
- Create a sub-enumeration.
- Try the endpoint above.
- Use the id of the sub-enumeration.
- See the empty result
[].
Expected behavior
Endpoint should give any enumeration with given id.
Versions:
- Adapter version: 3.0.1
- JS-Controller version: 8.9.2
- Node version: 22.21.0
- Operating system: linux docker
Additional context
Add any other context about the problem here.
Reactions are currently unavailable