Weird Dashboard inconsistency

I have the same device listed on two different pages of my dashboards on my iPhone.

They both point to the same device, yet one shows the unlocked background as red, the other as gray. There is no CSS code on either of these devices and the layout code looks the same.

Any idea what is going on here??

layout code gray one:
{
"rowSpan": 2,
"template": "lock",
"col": 2,
"colSpan": 1,
"id": 8,
"row": 5,
"device": "63"
},

red one:
{
"rowSpan": 1,
"template": "lock",
"col": 1,
"colSpan": 1,
"id": 7,
"row": 6,
"device": "63"
},

IMG_6399

Have you checked the lock template for each dashboard? That's where I have set the template colors. Each dashboard can have it's own set of colors for the templates.

1 Like

Where do the templates reside?

On dashboard, select the :gear: icon:

2 Likes

Thanks. I guess I should have known that one!

1 Like