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"
},


