Fix name of DSL action (#12655)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
fdc3206d84
commit
d584daf334
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue