mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
[jsscripting] Adjust ThreadsafeSimpleRuleDelegate to core changes (#20095)
Refs https://github.com/openhab/openhab-core/pull/5273. Signed-off-by: Florian Hotze <dev@florianhotze.com>
This commit is contained in:
-4
@@ -75,10 +75,6 @@ class ThreadsafeSimpleRuleDelegate implements Rule, SimpleRuleActionHandler {
|
||||
return delegate.getTemplateUID();
|
||||
}
|
||||
|
||||
public void setTemplateUID(@Nullable String templateUID) {
|
||||
delegate.setTemplateUID(templateUID);
|
||||
}
|
||||
|
||||
@Override
|
||||
@Nullable
|
||||
public String getName() {
|
||||
|
||||
Reference in New Issue
Block a user