I am displaying temperature on a watch face, and after a while the temperature is inaccurate simply because my watch has not connected with my phone. I want to change the temperature reading to "--" after the watch has been disconnected for more than 8 hrs. I am thinking I can do this by capturing the moment in time it disconnected and then using an if statement or a timer for an 8 hr period. But I do not know how to capture the instance that the phone disconnects. Do I need to implement this in the background as a temporal event? If so, how do I use the phone disconnect as a trigger?