Bug when trying to set “is_collapsed” of a Device
Hi,
When trying to set up an Action to collapse a Device with, the code is missing a “.view” between the Device reference and .is_collapsed.
At the moment the code is:
[Device].is_collapsed
but it should be:
[Device].view.is_collapsed

In the Conditions, the code is correct.

JohnC Answered question
Sign up
User registration is currently not allowed.