Remove SmartHome leftovers (#1901)

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2020-12-08 12:49:06 +01:00
committed by GitHub
parent 13c2d7bf2b
commit 0abf1aa987
31 changed files with 68 additions and 79 deletions
@@ -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);