From 5d42799a67e31b4122919040d5e31cf20b3c0408 Mon Sep 17 00:00:00 2001 From: Udo Hartmann Date: Sun, 7 Jun 2020 23:14:19 +0200 Subject: [PATCH] [iCalendar] Update README.md (#7869) Corrected description of Authorization_Code (moved the word 'not' to the correct line) --- bundles/org.openhab.binding.icalendar/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.icalendar/README.md b/bundles/org.openhab.binding.icalendar/README.md index 0efbb4f0bc50a..b8fb4b7b256bf 100644 --- a/bundles/org.openhab.binding.icalendar/README.md +++ b/bundles/org.openhab.binding.icalendar/README.md @@ -66,9 +66,9 @@ It must be a value which is compatible with the item type. See openHAB core defi The `Authorization_Code` may *optionally* be used as follows: -- When the thing configuration parameter `authorizationCode` is blank, the binding will compare the `Authorization_Code` field to the `authorizationCode` Configuration Parameter, and it will only execute the command if the two strings are the same. +- When the thing configuration parameter `authorizationCode` is not blank, the binding will compare the `Authorization_Code` field to the `authorizationCode` Configuration Parameter, and it will only execute the command if the two strings are the same. -- When the thing configuration parameter `authorizationCode` is not blank, the binding will NOT check this `Authorization_Code` field, and so it will always execute the command. +- When the thing configuration parameter `authorizationCode` is blank, the binding will NOT check this `Authorization_Code` field, and so it will always execute the command. ## Full Example