Skip to content

Commit

Permalink
openhab#10413 corrected sat-plugin errors
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Townsend <jamie_townsend@hotmail.com>
  • Loading branch information
jamietownsend committed Dec 15, 2021
1 parent 38a743a commit 01b73be
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/**
* The {@link SolarMaxDataTest} class is used to test the {@link SolaMaxData} class.
*
* @author Johann Richard - Initial contribution
* @author Jamie Townsend - Initial contribution
*/
@NonNullByDefault
public class SolarMaxDataTest {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
/**
* Copyright (c) 2010-2021 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.openhab.binding.solarmax.internal.connector;

import java.io.IOException;
Expand All @@ -15,6 +27,12 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
* The {@link SolarmaxConnectorFindCommands} class wass used to brute-force detect different replies from the SolarMax
* device
*
* @author Jamie Townsend - Initial contribution
*/
public class SolarmaxConnectorFindCommands {

private static final Logger logger = LoggerFactory.getLogger(SolarMaxConnector.class);
Expand Down

0 comments on commit 01b73be

Please sign in to comment.