I try to use the push widget with the countdown progress display. It is working if I set data-set-on="on-for-timer 60" but not if I set data-set-on='["on-for-timer 60","off"]'. Seems like the widget is not able to read the on-for-timer value if you use arrays for data-set-on.
I try to use the push widget with the countdown progress display. It is working if I set
data-set-on="on-for-timer 60"but not if I setdata-set-on='["on-for-timer 60","off"]'. Seems like the widget is not able to read the on-for-timer value if you use arrays for data-set-on.