Class PersistenceIncludeFilter

java.lang.Object
org.openhab.core.persistence.filter.PersistenceFilter
org.openhab.core.persistence.filter.PersistenceIncludeFilter

@NonNullByDefault public class PersistenceIncludeFilter extends PersistenceFilter
The PersistenceIncludeFilter is a filter that allows only specific values to pass

The filter returns false if the string representation of the item's state is not in the given list

Author:
Jan N. Klug - Initial contribution