You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 apps in my loop. Standard App "Time" and Custom App "outdoorTemperature". They are changing every 7 seconds and "Time" is getting updated every 5 Minutes.
When i start a third app "nowPlaying" with a duration of 600s and then delete it by sending an empty payload via http POST, display changes to "Time". But now "Time" is being shown for about 600s bevor the expected loop between "Time" and "outdoorTemperature" starts again.
So my assumption is, that the duration is not beeing reset when the custom app is deleted and the current display changes to the first app.
Bug report
Describe the bug
There are 2 apps in my loop. Standard App "Time" and Custom App "outdoorTemperature". They are changing every 7 seconds and "Time" is getting updated every 5 Minutes.
When i start a third app "nowPlaying" with a duration of 600s and then delete it by sending an empty payload via http POST, display changes to "Time". But now "Time" is being shown for about 600s bevor the expected loop between "Time" and "outdoorTemperature" starts again.
So my assumption is, that the duration is not beeing reset when the custom app is deleted and the current display changes to the first app.
Additional information
To Reproduce
Steps to reproduce the behavior:
-> api/loop shows
{
"Time": 0,
"outdoorTemperature": 1
}
-> api/loop shows
{
"Time": 0,
"outdoorTemperature": 1,
"nowPlaying": 2
}
-> api/loop shows, but now "Time" is being displayed too long, ~600s
{
"Time": 0,
"outdoorTemperature": 1
}
The text was updated successfully, but these errors were encountered: