Skip to content

Commit

Permalink
print SMA HomeManager timestamp as unsigned number
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen committed Aug 24, 2024
1 parent 2127b0b commit b5785d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PowerMeterUdpSmaHomeManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void PowerMeterUdpSmaHomeManager::Soutput(int kanal, int index, int art, int tar
{
if (!_verboseLogging) { return; }

MessageOutput.printf("[PowerMeterUdpSmaHomeManager] %s = %.1f (timestamp %d)\r\n",
MessageOutput.printf("[PowerMeterUdpSmaHomeManager] %s = %.1f (timestamp %u)\r\n",
name, value, timestamp);
}

Expand Down

0 comments on commit b5785d0

Please sign in to comment.