mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-31 13:34:22 +02:00
[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:
committed by
Wouter Born
parent
723461343f
commit
11bfab9f5e
+5
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user