Skip to content

Commit

Permalink
[iCalendar] Update README.md (openhab#7869)
Browse files Browse the repository at this point in the history
Corrected description of Authorization_Code (moved the word 'not' to the correct line)
  • Loading branch information
udo1toni authored and andrewfg committed Aug 31, 2020
1 parent 89ae161 commit 5d42799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundles/org.openhab.binding.icalendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d42799

Please sign in to comment.