mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Remove SmartHome leftovers (#1901)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public class TransformationHelper {
|
||||
public static @Nullable TransformationService getTransformationService(@Nullable BundleContext context,
|
||||
String transformationType) {
|
||||
if (context != null) {
|
||||
String filter = "(smarthome.transform=" + transformationType + ")";
|
||||
String filter = "(openhab.transform=" + transformationType + ")";
|
||||
try {
|
||||
Collection<ServiceReference<TransformationService>> refs = context
|
||||
.getServiceReferences(TransformationService.class, filter);
|
||||
|
||||
Reference in New Issue
Block a user