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
{{ message }}
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.
Locations and unit groups are multi unit service fusions which need to implement the method getSupportedServiceTypes. This method just returns all service types so it can be renamed into getServiceTypes. This method should be implemented generally for units.
Additionally the method getAvailableServiceTypes, currently only implemented for location remotes, should be added to the interface. This methods filters services for which no internal unit exists. Since these are accessible only using the unit config this method should be available from the unit registry.
The text was updated successfully, but these errors were encountered:
Locations and unit groups are multi unit service fusions which need to implement the method getSupportedServiceTypes. This method just returns all service types so it can be renamed into getServiceTypes. This method should be implemented generally for units.
Additionally the method getAvailableServiceTypes, currently only implemented for location remotes, should be added to the interface. This methods filters services for which no internal unit exists. Since these are accessible only using the unit config this method should be available from the unit registry.
The text was updated successfully, but these errors were encountered: