From: Christoph Weitkamp Date: Sat, 4 Dec 2021 13:50:13 +0000 (+0100) Subject: Added pattern for DateTime channel types (#11681) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=6da7defddf2321ca1b819e01f54fd43b7775a091;p=openhab-addons.git Added pattern for DateTime channel types (#11681) Signed-off-by: Christoph Weitkamp --- diff --git a/bundles/org.openhab.binding.logreader/src/main/resources/OH-INF/thing/channels.xml b/bundles/org.openhab.binding.logreader/src/main/resources/OH-INF/thing/channels.xml index 4b9db8aa39..6cc27f0185 100644 --- a/bundles/org.openhab.binding.logreader/src/main/resources/OH-INF/thing/channels.xml +++ b/bundles/org.openhab.binding.logreader/src/main/resources/OH-INF/thing/channels.xml @@ -8,62 +8,60 @@ String Displays contents of last [ERROR] event - + String Displays contents of last [WARN] event - + String Displays contents of last custom event - + Number Displays number of [WARN] lines matched to search pattern + Number Displays number of [ERROR] lines matched to search pattern + Number Displays number of custom lines matched to search pattern + DateTime Last time when log rotated recognized - + Time + trigger Fires when a new [ERROR] appears in the log - - trigger Fires when a new [WARN] appears in the log - - trigger Fires when a new [CUSTOM] appears in the log - -