bitfocus / companion-module-neodarque-stagetimer2

MIT License
4 stars 2 forks source link

Feeback does not seem to work as expected - Change colors on alert time #10

Open Tw0bit opened 4 years ago

Tw0bit commented 4 years ago

When setting a timer (I am using Timer 1) with an alert time - lets say the timer is 2minutes long with an alert set for 1 minute.

Button Text: Alert?\n$(stagetimer:timer1_isonalert) Feedback: Change colors on alert time (Timer1)

Note: I have also done the same tests with Timer2 and returns the same results..

Expected outcome: the feedback triggers when the timer is on alert. Current behaviour: the $(stagetimer:timer1_isonalert) variable correctly shows true/false however regardless of the alert (even i disabled) the feedback is always triggered.

Timer Reset/not started -

Screen Shot 2020-06-28 at 10 31 00 pm

Timer at Alert time -

Screen Shot 2020-06-28 at 10 31 14 pm

I suspect there is no issue with the StageTimer app, as Companion is correctly detecting the isonalert variable; so the issue must be within the module for the feedback? I do not see anything useful in the Companion Web-Interface log.

StageTimer2 from AppStore (latest version) and build 2.0.0-ce59ecb-2424 of Companion. Both programs on the same Mac running Catalina.

Tw0bit commented 4 years ago

The feedback for running and overtime works as expected.