I’m currently working on the migration of MAX! CUL Binding from OH1 to OH3.
The most things are already working on my feature branch GitHub - johgoe/openhab2 at feature/maxcul
In the OH1 implementation there was a generic binding for CUL only and one binding for MAX! which uses the CUL.
In the OH3 implementation I created a bridge, which provides just the CUL features and a child bridge for the MAX! bridge features which is used by the MAX! CUL things.
Currently it’s all in one new binding but I’m thinking about making a own binding just for the CUL brige which can be reused by other bindings like in OH1.
Is it posible to reference a <supported-bridge-type-refs>
from other binding modules? The id looks like a lokal id only?