there is no state ‘zoning’ that’s exactly the challenge… the device is zoning, when it isnt home or not_home…
btw please have a look with me at this, if I finally make it to the zoning images…pff
some of these Zones of Life360 are like this" ‘Multiple Words’. Eg multiple capitalized words , and no _ to connect them. Ive tried to make image files like that to fit the template + state +
.
so I tried m_Multiple Words.png .Which doesnt work obviously. Need to reformat the ‘+state+’ to change that. would this do it: + state|lower|replace(" ", "_") +
?
btw2: there is an attribute ‘Moving’: which is set to true/false, so I might be able to test on that! in stead of if (state === ‘zoning’), would if (attributes.moving === 'true')
work? Or should I use some other syntax for evaluating an attribute here?