What does the Astro Binding 'Range event'?

Hi all,

When considering e.g. the Sunrise there are 4 events.
Start, End and Duration are pretty logical but how do I have to interprete the ‘Range event’?

Thanks for your help!

Best regards

Range Event is a trigger channel for rules:

rule "example trigger rule"
when
    Channel 'astro:sun:home:rise#event' triggered START
then
    ...
end

Start , End and Duration is for displaying, for example on your sitemap.

Ok got it. Thanks for your help ‘sihui’

Cheers