Skip to content

Commit

Permalink
[argoclima] Review: removing excess comment
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Bronk <[email protected]>
  • Loading branch information
mbronk committed Jun 29, 2024
1 parent 30344c7 commit 22ad009
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ public enum DeviceSidePasswordDisplayMode {
CLEARTEXT
}

/**
* Argo configuration parameters specific to local connection & API stub
* These names are defined in thing-types.xml and get injected on instantiation
* through {@link org.openhab.core.thing.binding.BaseThingHandler#getConfigAs getConfigAs}
*/
private String hostname = "";
private ConnectionMode connectionMode = ConnectionMode.LOCAL_CONNECTION;
private int hvacListenPort = 1001;
Expand Down

0 comments on commit 22ad009

Please sign in to comment.