Skip to content

Commit

Permalink
[nibeheatpump] Fixed logging (openhab#6152)
Browse files Browse the repository at this point in the history
Signed-off-by: Pauli Anttila <[email protected]>
  • Loading branch information
paulianttila authored and wborn committed Sep 29, 2019
1 parent 27a6157 commit 1c9dd88
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ public String toString() {

str += "hostName = " + hostName;
str += ", port = " + port;
str += ", port4readCommands = " + readCommandsPort;
str += ", port4writeCommands = " + writeCommandsPort;
str += ", readCommandsPort = " + readCommandsPort;
str += ", writeCommandsPort = " + writeCommandsPort;
str += ", serialPort = " + serialPort;
str += ", refreshInterval = " + refreshInterval;
str += ", enableReadCommands = " + enableReadCommands;
str += ", enableWriteCommands = " + enableWriteCommands;
str += ", sendAckToMODBUS40 = " + sendAckToMODBUS40;
str += ", sendAckToRMU40 = " + sendAckToRMU40;
str += ", sendAckToSMS40 = " + sendAckToSMS40;
str += ", enableCoilsForWriteCommands = " + enableWriteCommandsToRegisters;
str += ", enableWriteCommandsToRegisters = " + enableWriteCommandsToRegisters;
str += ", throttleTime = " + throttleTime;

return str;
Expand Down

0 comments on commit 1c9dd88

Please sign in to comment.