Fix name of DSL action (#12655)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen 2022-04-26 10:51:03 +02:00 committed by GitHub
parent fdc3206d84
commit d584daf334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class OmnilinkActions implements ThingActions {
} }
} }
public static void synchronizeSystemTime(ThingActions actions, @Nullable String zone) { public static void synchronizeControllerTime(ThingActions actions, @Nullable String zone) {
((OmnilinkActions) actions).synchronizeControllerTime(zone); ((OmnilinkActions) actions).synchronizeControllerTime(zone);
} }