feat(wired-ui): add upcounter clock controls and checks

This commit is contained in:
Lorenzune
2026-03-19 00:01:59 +01:00
parent 2bbc31b1c7
commit 146f8e6b0d
12 changed files with 462 additions and 5 deletions
+2
View File
@@ -39,4 +39,6 @@ export class WiredActionLayoutCode
public static FURNI_TO_FURNI: number = 38;
public static SET_ALTITUDE: number = 39;
public static RELATIVE_MOVE: number = 40;
public static CONTROL_CLOCK: number = 41;
public static ADJUST_CLOCK: number = 42;
}