Example Set Device Date & Time

The following shows a schedule trigger that uses a Get Date & Time and three Set Device Date & Time actions. The trigger will execute every day at 5:00 A.M.


For this example, the Get Date & Time action reads the system time from the node and then sets the time on three different devices.

In the case where several devices will have their time set, you might experience a time delay to process each request due to network latency. For that situation, consider executing a sequence where a Get Date & Time action is immediately followed by a Set Device Date & Time action for each device. That way both actions (get and set) are repeated for each device.