mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-28 13:08:57 +00:00
Fixed conversion of date and time from meter to account for CET/CEST
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
#include "DlmsReader.h"
|
||||
|
||||
#include <Timezone.h>
|
||||
|
||||
class HanReader
|
||||
{
|
||||
@@ -35,6 +35,7 @@ private:
|
||||
int bytesRead;
|
||||
DlmsReader reader;
|
||||
int listSize;
|
||||
Timezone *localZone;
|
||||
|
||||
int findValuePosition(int dataPosition, byte *buffer, int start, int length);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user