From: Felix Hirschberg Date: Thu, 7 Jan 2021 06:48:36 +0000 (+0100) Subject: [icalendar] Update Items configuration in README (#9714) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=93824b509187037b6819982be64db10ac5403027;p=openhab-addons.git [icalendar] Update Items configuration in README (#9714) Signed-off-by: Felix Hirschberg --- diff --git a/bundles/org.openhab.binding.icalendar/README.md b/bundles/org.openhab.binding.icalendar/README.md index b2c98b71a4..66fc2b8303 100644 --- a/bundles/org.openhab.binding.icalendar/README.md +++ b/bundles/org.openhab.binding.icalendar/README.md @@ -132,8 +132,8 @@ String current_event_name "current event [%s]" { channel="icalendar:calendar:deadbeef:current_end" } String next_event_name "next event [%s]" { channel="icalendar:calendar:deadbeef:next_title" } DateTime next_event_at "next at [%1$tT, %1$tY-%1$tm-%1$td]" { channel="icalendar:calendar:deadbeef:next_start" } -String first_event_name_tomorrow "first event [%s]" { channel="icalendar:eventfilter:feedd0d0:event_0#title" } -DateTime first_event_at_tomorrow "first at [%1$tT, %1$tY-%1$tm-%1$td]" { channel="icalendar:eventfilter:feedd0d0:event_0#begin" } +String first_event_name_tomorrow "first event [%s]" { channel="icalendar:eventfilter:feedd0d0:result_0#title" } +DateTime first_event_at_tomorrow "first at [%1$tT, %1$tY-%1$tm-%1$td]" { channel="icalendar:eventfilter:feedd0d0:result_0#begin" } ``` Sitemap just showing the current event and the beginning of the next: