Touchatag.block.cycling uri

cycling-uri

cycling-uri
"urn:touchatag:block:cycling-uri"
URIs
list of uri
Index
integer

The CyclingURI superblock makes it easy to cycle through a list of URIs It is configured with a list of URIs and then based on the input will cycle either in a positive or negative direction. Please note that you can control the initially selected index. Be advised that on the very first use, this index will not be outputed, but actually the one selected relative to this one based on the input. Thus only an input of 0 will actually select the current active index. A value of 1 on the in-pin will cycle forward, a value of -1 will cycle backwards.

<block id="cycling-uri" ref="urn:touchatag:block:cycling-uri">
    <property name="URIs">
        <list><uri></uri></list>
    </property>
    <property name="Index">
        <integer></integer>
    </property>
</block>