Added env variable with meter name

pull/49/head
Jacek Tomasiak 2019-11-21 09:25:39 +01:00
rodzic c03085b02e
commit f9b7626d04
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -385,6 +385,7 @@ void MeterCommonImplementation::printMeter(Telegram *t,
envs->push_back(string("METER_JSON=")+*json);
envs->push_back(string("METER_TYPE=")+meterName());
envs->push_back(string("METER_NAME=")+name());
envs->push_back(string("METER_ID=")+t->id);
for (Print p : prints_)