Hello everyone I have been trying to use some logic to get Homegate or Colour Touch to change pages. The use I have in mind is for IP cameras but for now I have created some logic to change pages according to a group status. I got that to work correctly but then the page wouldnt time out. So I added a delay to get it to go back to the home page but now it won't work while that delay is running. I'm not sure if that will stop it from being usefull but could someone please give me some advice how to get around this. once (GetLightingState("OFFICE LIGHTS") = ON) then begin ShowPage("OFFICE"); Delay("0:01:00"); ShowPage("HOME"); end;