Skip to content

Commit

Permalink
use info level
Browse files Browse the repository at this point in the history
  • Loading branch information
soundvibe committed Oct 22, 2024
1 parent c285a22 commit e5ffe76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified danfoss-addon/ha-danfoss-addon-0.0.1.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ public void handlePacket(Dominion.Packet pkt) {
lock.writeLock().unlock();
break;
case RAIL_INPUTHEATORCOOL:
logger.debug("rail input heat or cool={}", pkt.getByte());
logger.info("rail input heat or cool={}", pkt.getByte());
break;
case ROOM_HEATINGCOOLINGCONFIGURATION:
logger.debug("room heating/cooling configuration={}", pkt.getByte());
logger.info("room heating/cooling configuration={}", pkt.getByte());
break;
}
}
Expand Down

0 comments on commit e5ffe76

Please sign in to comment.