[bluetooth.daikinmodoka] Adapt test to core change

* Add dummy functions for semantic tags to mockup

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2025-04-17 09:47:36 +02:00
committed by Wouter Born
parent 723461343f
commit 11bfab9f5e
@@ -21,6 +21,7 @@ import org.eclipse.jdt.annotation.NonNull;
import org.eclipse.jdt.annotation.NonNullByDefault;
import org.eclipse.jdt.annotation.Nullable;
import org.openhab.core.config.core.Configuration;
import org.openhab.core.semantics.SemanticTag;
import org.openhab.core.thing.Channel;
import org.openhab.core.thing.ChannelUID;
import org.openhab.core.thing.Thing;
@@ -143,6 +144,10 @@ public class DummyThing implements Thing {
return false;
}
@Override
public void setSemanticEquipmentTag(@Nullable SemanticTag semanticEquipmentTag) {
}
@Override
public void setSemanticEquipmentTag(@Nullable String semanticEquipmentTag) {
}