]> git.basschouten.com Git - openhab-addons.git/commitdiff
Update HeatpumpVisibility.java (#16173)
authorTaxifahrer <77075719+Taxifahrer@users.noreply.github.com>
Tue, 2 Jan 2024 00:12:11 +0000 (01:12 +0100)
committerGitHub <noreply@github.com>
Tue, 2 Jan 2024 00:12:11 +0000 (01:12 +0100)
Fix typo

Signed-off-by: Taxifahrer <77075719+Taxifahrer@users.noreply.github.com>
bundles/org.openhab.binding.luxtronikheatpump/src/main/java/org/openhab/binding/luxtronikheatpump/internal/enums/HeatpumpVisibility.java

index 613232f039c17d95a2f7bb406e699995e1ce24af..23194f3f938accac8f57db6e38c01ed5339f778f 100644 (file)
@@ -17,7 +17,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
 /**
  * Represents all heatpump visibily settings
  * 
- * The names of the enum values are those used in the code if the internal Java applet of the heat pump
+ * The names of the enum values are those used in the code of the internal Java applet of the heat pump
  * The meaning of most of the values is currently unclear, but are included here for completeness only
  *
  * @author Stefan Giehl - Initial contribution