Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
seime committed Jul 7, 2024
1 parent 4819f56 commit 3d4ac10
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
package no.seime.openhab.binding.esphome.internal.comm;

import com.google.protobuf.GeneratedMessageV3;
import no.seime.openhab.binding.esphome.internal.CommunicationListener;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import static no.seime.openhab.binding.esphome.internal.comm.ConnectionSelector.READ_BUFFER_SIZE;

import java.io.IOException;
import java.lang.reflect.Method;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;

import static no.seime.openhab.binding.esphome.internal.comm.ConnectionSelector.READ_BUFFER_SIZE;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import com.google.protobuf.GeneratedMessageV3;

import no.seime.openhab.binding.esphome.internal.CommunicationListener;

public abstract class AbstractFrameHelper {

Expand Down

0 comments on commit 3d4ac10

Please sign in to comment.