ZWO API - new way to generate

Hi,
I have noticed a change in the ZWO files that are downloaded through the API.
previously, each section that was repeated was broken up and repeated in the ZWO file, example:

 <textevent message="1/4" duration="5"/>
        </SteadyState>
        <SteadyState show_avg="1" Power="0.786" Duration="120"/>
        <SteadyState show_avg="1" Power="0.829" Duration="180"/>
            <textevent message="2/4" duration="10"/>
        </SteadyState>
        <SteadyState show_avg="1" Power="0.786" Duration="120"/>
        <SteadyState show_avg="1" Power="0.829" Duration="180"/>
            <textevent message="3/4" duration="5"/>
        </SteadyState>
        <SteadyState show_avg="1" Power="0.786" Duration="120"/>
        <SteadyState show_avg="1" Power="0.829" Duration="180"/>
            <textevent message="4/4" duration="5"/>
        </SteadyState>
        <SteadyState show_avg="1" Power="0.786" Duration="120"/>
        <SteadyState show_avg="1" Power="0.829" Duration="180"/>

Currently, if any repetition has 2 steps, it returns:

        <IntervalsT OnPower="1.498" OffPower="0.548" Repeat="2" OffDuration="120" OnDuration="15">
            <textevent message="2x"/>
        </IntervalsT>

Is it possible to restore the old way of generating ZWO file?

1 Like

the problem was that I had my integration to the ICU intervals API, where I used ZWO files, where there was no markup <IntervalsT>.
intervals.icu benefits from an external service to generate ZWOs?