I am playing around with themes and redundancy. I have two gateways setup master/backup. I also have theme I added named global
.
If I add some variables…
:root {
/* Global Colors */
--motor-stopped: #FF0000;
--motor-running: black;
--electrical-off: green;
--electrical-on: red;
--electrical-fault-flash-on: red;
--electrical-fault-flash-off: white;
/* Alarm */
--alarm-priority-critical: #FF0000;
--alarm-priority-high: #FFFF00;
--alarm-priority-medium: #FF8C00;
--alarm-priority-low: #FF00FF;
--alarm-priority-diagnostic: #00FF00;
--i-am-new: white;
}
… at what point will the two gateways sync? I did force a re-sync and noticed the new variable, but is there any other time where this event will happen?