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
I'm experiencing similar issues on my system:
The Windows 10 App seems to execute a sendCommand every time a selection item is changed:
Upon opening a sitemap / frame etc. a "received command" event is logged for every selection on the screen
I am using a rule set where the "activate rule" item is a string item. The scene (ie. "GoodNight" is selected using a selection element. The rule engine uses "received command" triggers. After scene execution, the rule engine resets the scene item by setting it to "" (empty string; using postUpdate). This works fine when selected in the iOS app or the web frontend because postUpdate does not trigger the rule. But if the Windows 10 App is started, the app produces a neverending loop alternating between "" and "GoodNight". According to the log file, this happens because the scene item received the two commands over an over.
It looks like the update of a selection element is retriggering the item update.
Very annoying as it generates a kind of loop.
The text was updated successfully, but these errors were encountered: