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
Earlier when initial split of openhab core happened handling of group items was left for later. The later have come and I had to take care of it.
The initial design assumptions which we had expected thatItemFactory will be dynamic and not fixed to only "core" items. Same argument was made for functions.
The group functions handling does not have enough of traction (yet) to move it forward. Looking at it we will probably need first to update DTOs and how these are handled. Only then we will be able to detach actual function implementation from core.
The text was updated successfully, but these errors were encountered:
Earlier when initial split of openhab core happened handling of group items was left for later. The later have come and I had to take care of it.
The initial design assumptions which we had expected that
ItemFactory
will be dynamic and not fixed to only "core" items. Same argument was made for functions.The group functions handling does not have enough of traction (yet) to move it forward. Looking at it we will probably need first to update DTOs and how these are handled. Only then we will be able to detach actual function implementation from core.
The text was updated successfully, but these errors were encountered: