mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-14 07:49:01 +00:00
Merge branch 'master' of github.com:gskjold/AmsToMqttBridge
This commit is contained in:
commit
f3dba112de
@ -7,7 +7,7 @@ IEC6205621::IEC6205621(String payload) {
|
||||
lastUpdateMillis = millis();
|
||||
listId = payload.substring(payload.startsWith("/") ? 1 : 0, payload.indexOf("\n"));
|
||||
if(listId.startsWith("ADN")) {
|
||||
meterType == AmsTypeAidon;
|
||||
meterType = AmsTypeAidon;
|
||||
listId = listId.substring(0,4);
|
||||
} else if(listId.startsWith("KFM")) {
|
||||
meterType = AmsTypeKaifa;
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#ifndef _ENTSOEAPI_H
|
||||
#define _ENTSOEAPI_H
|
||||
|
||||
#include "time.h"
|
||||
#include "TimeLib.h"
|
||||
#include "Timezone.h"
|
||||
#include "RemoteDebug.h"
|
||||
#include "EntsoeA44Parser.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user