Time synchronization from Niagara to a Sedona Framework device requires the following:
The device’s Sedona app must include an instance of the datetime:DateTimeService
component (for example, the DateTimeServiceStd from the datetimeStd
kit, or if a Jennic-based device the DateTimeServiceJenRtc from the datetimeJenRtc
kit). Typically this component is named “time”.
For proper synchronization, you must configure this Sedona time component in the device’s app with the proper “Utc offset” and “Tz” (time zone) to match the device’s time zone. The simplest way to do this is by using that component’s default Date Time Service View. See Configuring for time synchronization for details.
Copyright © 2000-2014 Tridium Inc. All rights reserved.