dirkhe / ioBroker.webcal

fetch events from WEBDAV, CALDAV, CARDDAV Calendar or Google Calendar for ioBroker
MIT License
1 stars 3 forks source link

[enhancement]: Simple trigger #96

Open Jey-Cee opened 1 week ago

Jey-Cee commented 1 week ago

The adapter provides a lot of datapoints with information about the event, but there is no simple trigger with true/false that shows the event is now active. In my opinion it makes sense to turn the now state into a boolean.

dirkhe commented 1 week ago

I think, this is not needed. Currently the time, when it occour is shown. It could also be multiple times. To handle it as boolean is simple, use !!value, than you get a real bool