gateway icon indicating copy to clipboard operation
gateway copied to clipboard

Implementation of the Keep Alive thread in the transport service.

Open LePailleurThibault opened this issue 1 year ago • 2 comments

LePailleurThibault avatar Nov 22 '24 09:11 LePailleurThibault

Maybe a more general question, but why is the timezone offset needed in the keepalive messages? In locations with daylight saving time, the offset from UTC would change throughout the year.

sgunes-wirepas avatar Jan 07 '25 16:01 sgunes-wirepas

These messages will be used for example in the dlms app where the application might update the connected meter local time with the UTC time + timezone offset. But, that's a good point, I will change the timezone offset input to a timezone name, so that the module will handle daylight saving time changes.

LePailleurThibault avatar Jan 09 '25 12:01 LePailleurThibault