print SMA HomeManager timestamp as unsigned number
This commit is contained in:
parent
2127b0b080
commit
b5785d032e
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user