[openthermgateway] Changed command code from ST to SC for SetClock (#14424)

Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
This commit is contained in:
Arjen Korevaar 2023-02-17 21:27:21 +01:00 committed by GitHub
parent 5b043551d7
commit 1d34515c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class GatewayCommandCode {
public static final String TEMPERATURETEMPORARY = "TT";
public static final String TEMPERATURECONSTANT = "TC";
public static final String TEMPERATUREOUTSIDE = "OT";
public static final String SETCLOCK = "ST";
public static final String SETCLOCK = "SC";
public static final String HOTWATER = "HW";
public static final String PRINTREPORT = "PR";
public static final String PRINTSUMMARY = "PS";