Bug when trying to set “is_collapsed” of a Device

291 viewsCSS BugsBug device is_collapsed
2

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 October 7, 2024
1

Thanks Glenn, I’ve made a note of this to be fixed!

JohnC Answered question October 7, 2024