Hmmm doggy,
Whereas SetText works fine, I am trying to get ChangeCountdown working - and this one REALLY annoys me...
To sum up my findings, to me there seems to be a couple of bugs here:
1. The Countdown has to be started before ChangeCountdown has any effect at all.
2. It is not possible to change to a time above the time that was "manually" set before the countdown was started. This is true for hh, mm, and ss respectively. That is, if hh is initially set to 01 one change change it to 02 (with ChangeCountdown).
Adding Timer Centre.gtzip, changing it´s name to just Timer and the following happens.
http://127.0.0.1:8088/api/?Function=ChangeCountdown&Input=Timer&SelectedName=Time.Text&Value=00%3A01%3A00
result, just showing the clock
Then, setting 00:02:00 in the Title Editor and starting the Countdown
http://127.0.0.1:8088/api/?Function=ChangeCountdown&Input=Timer&SelectedName=Time.Text&Value=00%3A01%3A00
result, counting down from 00:00:59
http://127.0.0.1:8088/api/?Function=ChangeCountdown&Input=Timer&SelectedName=Time.Text&Value=00%3A02%3A00
result, counting down from 00:01:59
http://127.0.0.1:8088/api/?Function=ChangeCountdown&Input=Timer&SelectedName=Time.Text&Value=00%3A03%3A00
result, counting down from 00:01:59 (yes 01:59, not 02:59 as excpected
http://127.0.0.1:8088/api/?Function=ChangeCountdown&Input=Timer&SelectedName=Time.Text&Value=00%3A04%3A00
result, counting down from 00:01:59
Stopping the clock now shows 00:00:00, then
http://127.0.0.1:8088/api/?Function=ChangeCountdown&Input=Timer&SelectedName=Time.Text&Value=00%3A01%3A00
result, shows 00:01:00
http://127.0.0.1:8088/api/?Function=ChangeCountdown&Input=Timer&SelectedName=Time.Text&Value=00%3A02%3A00
result, shows 00:02:00
http://127.0.0.1:8088/api/?Function=ChangeCountdown&Input=Timer&SelectedName=Time.Text&Value=00%3A03%3A00
result, shows 00:02:00
Closing the Title, adding and renaming it again and the instead of 00:02:00 set 00:25:00 and start countdown will work for all minuts less than or equal to 00:25:00. Minutes above that are treated as 00:25:00
Please prove me wrong ;)