mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 07:02:02 +01:00
Component needs to be public
Signed-off-by: Cody Cutrer <cody@cutrer.us>
This commit is contained in:
parent
31ef89e39b
commit
e15b24d651
@ -30,7 +30,7 @@ import org.osgi.service.component.annotations.Reference;
|
||||
*/
|
||||
@NonNullByDefault
|
||||
@Component(service = { DynamicCommandDescriptionProvider.class, TuyaDynamicCommandDescriptionProvider.class })
|
||||
class TuyaDynamicCommandDescriptionProvider extends BaseDynamicCommandDescriptionProvider {
|
||||
public class TuyaDynamicCommandDescriptionProvider extends BaseDynamicCommandDescriptionProvider {
|
||||
@Activate
|
||||
public TuyaDynamicCommandDescriptionProvider(final @Reference EventPublisher eventPublisher, //
|
||||
final @Reference ItemChannelLinkRegistry itemChannelLinkRegistry, //
|
||||
|
Loading…
Reference in New Issue
Block a user