MangoAutomation / BACnet4J

BACnet/IP stack written in Java. Forked from http://sourceforge.net/projects/bacnet4j/
GNU General Public License v3.0
187 stars 111 forks source link

Clock is not updated after receiving the Time Synchronisation service from the client #102

Open kishorevenki opened 2 months ago

kishorevenki commented 2 months ago

When TimeSynch service is received from other device , the local device should update its clock and set the Local-Date & Local-Time property of the Device Object accordingly.

The TimeSynch Test code is also not complete because the test merely compares the date and Time received instead the test should compare the localDate and LocalTime properties of the LocalDevice Object.