From 8f258ff610de56ed183835d34c6cad8bfe60e6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Mon, 9 Feb 2026 02:02:18 +0200 Subject: [PATCH] DSL Rule - allow using PersistenceExtensions.RiemannType.TRAPEZOIDAL (#5334) --- bundles/org.openhab.core.model.rule/bnd.bnd | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/org.openhab.core.model.rule/bnd.bnd b/bundles/org.openhab.core.model.rule/bnd.bnd index c23572857..29dfc4869 100644 --- a/bundles/org.openhab.core.model.rule/bnd.bnd +++ b/bundles/org.openhab.core.model.rule/bnd.bnd @@ -21,6 +21,7 @@ Import-Package: \ org.openhab.core.library.types,\ org.openhab.core.library.unit,\ org.openhab.core.persistence,\ + org.openhab.core.persistence.extensions,\ org.openhab.core.service,\ org.openhab.core.thing,\ org.openhab.core.thing.binding,\