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
With oh4 it's possible to read the available transformations.
However openHAB does not sent an event when a transformation changes making caching the transformations very hard.
It would be nice if an event would be sent if any transformation changes (e.g. TransformationChangedEvent).
Imho this event doesn't have to have the fine granularity of the item events - a generic ConfigurationUpdatedEvent would also be enough which would contain "transformations".
That way it could be reused for e.g. thing actions or e.g. #3611.
The text was updated successfully, but these errors were encountered:
Implementing caching for transformations should actually be really simple, just implement a RegistryChangeListener for the TransformationRegistry (like it’s done for the other registries in #3335). But for external systems, it would be helpful to have such events.
spacemanspiff2007
changed the title
[REST] Issue an event when transformations have changed
[REST] Issue an event when configurations have changed
Jul 25, 2023
With oh4 it's possible to read the available transformations.
However openHAB does not sent an event when a transformation changes making caching the transformations very hard.
It would be nice if an event would be sent if any transformation changes (e.g.
TransformationChangedEvent
).Imho this event doesn't have to have the fine granularity of the item events - a generic
ConfigurationUpdatedEvent
would also be enough which would contain "transformations".That way it could be reused for e.g. thing actions or e.g. #3611.
The text was updated successfully, but these errors were encountered: