Package org.openhab.core.persistence.filter
package org.openhab.core.persistence.filter
-
ClassDescriptionThe
PersistenceEqualsFilter
is a filter that allows only specific values to passThePersistenceFilter
is the base class for implementing persistence filters.ThePersistenceIncludeFilter
is a filter that allows only specific values to passThePersistenceThresholdFilter
is a filter to prevent persistence based on a threshold.ThePersistenceTimeFilter
is a filter to prevent persistence base on intervals.