Update HeatpumpVisibility.java (#16173)

Fix typo

Signed-off-by: Taxifahrer <77075719+Taxifahrer@users.noreply.github.com>
This commit is contained in:
Taxifahrer 2024-01-02 01:12:11 +01:00 committed by GitHub
parent db64df1687
commit 3a5ee30ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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