kopia lustrzana https://github.com/weetmuts/wmbusmeters
Use zulu timezone for robot=fields output.
rodzic
bdd47dd61e
commit
e9cb0322f0
|
@ -441,7 +441,7 @@ void MeterMultical21::printMeterFields(FILE *output, char separator)
|
|||
totalWaterConsumption(), separator,
|
||||
targetWaterConsumption(), separator,
|
||||
statusHumanReadable().c_str(), separator,
|
||||
datetimeOfUpdateHumanReadable().c_str());
|
||||
datetimeOfUpdateRobot().c_str());
|
||||
}
|
||||
|
||||
#define Q(x,y) "\""#x"\":"#y","
|
||||
|
|
|
@ -199,7 +199,7 @@ void MeterMultical302::printMeterFields(FILE *output, char separator)
|
|||
totalPowerConsumption(), separator,
|
||||
totalVolume(), separator,
|
||||
currentPowerConsumption(), separator,
|
||||
datetimeOfUpdateHumanReadable().c_str());
|
||||
datetimeOfUpdateRobot().c_str());
|
||||
}
|
||||
|
||||
#define Q(x,y) "\""#x"\":"#y","
|
||||
|
|
Ładowanie…
Reference in New Issue