import org.eclipse.jdt.annotation.NonNullByDefault;
import org.eclipse.jdt.annotation.Nullable;
import org.openhab.binding.lifx.internal.fields.MACAddress;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
/**
* The {@link LifxThrottlingUtil} is a utility class that regulates the frequency at which messages/packets are
@NonNullByDefault
public final class LifxThrottlingUtil {
- private static final Logger LOGGER = LoggerFactory.getLogger(LifxThrottlingUtil.class);
-
private LifxThrottlingUtil() {
// hidden utility class constructor
}