u9n / dlms-cosem

A Python library for DLMS/COSEM
Other
79 stars 39 forks source link

ProfileGenericBufferParser capture period should be in seconds #49

Open Krolken opened 3 years ago

Krolken commented 3 years ago

On Profile generic the capture_period is stored in second. But in ProfileGenericBufferParser the capture_period is in minutes.

ProfileGenericBufferParser should be changed to seconds so that the value from a meter can be used directly without transformation into minutes.