print SMA HomeManager timestamp as unsigned number

This commit is contained in:
Bernhard Kirchen 2024-08-24 21:26:35 +02:00
parent 2127b0b080
commit b5785d032e

View File

@ -18,7 +18,7 @@ void PowerMeterUdpSmaHomeManager::Soutput(int kanal, int index, int art, int tar
{ {
if (!_verboseLogging) { return; } if (!_verboseLogging) { return; }
MessageOutput.printf("[PowerMeterUdpSmaHomeManager] %s = %.1f (timestamp %d)\r\n", MessageOutput.printf("[PowerMeterUdpSmaHomeManager] %s = %.1f (timestamp %u)\r\n",
name, value, timestamp); name, value, timestamp);
} }