Update HeatpumpVisibility.java (#16173)

Fix typo

Signed-off-by: Taxifahrer <77075719+Taxifahrer@users.noreply.github.com>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
Taxifahrer 2024-01-02 01:12:11 +01:00 committed by Ciprian Pascu
parent 07dd823933
commit 5ccf253136

View 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