]> git.basschouten.com Git - openhab-addons.git/commitdiff
[openthermgateway] Changed command code from ST to SC for SetClock (#14424)
authorArjen Korevaar <a.korevaar@mephix.com>
Fri, 17 Feb 2023 20:27:21 +0000 (21:27 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Feb 2023 20:27:21 +0000 (21:27 +0100)
Signed-off-by: Arjen Korevaar <a.korevaar@mephix.com>
bundles/org.openhab.binding.openthermgateway/src/main/java/org/openhab/binding/openthermgateway/internal/GatewayCommandCode.java

index 1e8a88d57c488c2b8f2424825ca2051a39480eed..c7da1251a49714869f8970c692496c2c63a4ac68 100644 (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";