Previous Topic

Next Topic

Book Contents

Book Index

Module Type Registry (Deprecated)

Overview

The Module Type Registry (org.eclipse.smarthome.automation.type.ModuleTypeRegistry) service is designed to provide basic functionality to get available Module Types. It can be used to:

The module types can be returned localized depending on locale parameter. When it is not specified or there is no such localization resources the returned module type is localized with default locale.

Registering Bundle

The Module Type Registry implementation is in the org.eclipse.smarthome.automation.core bundle. It is declared as an immediate service component.

See also