1
0

Added assono-overtime-calc

This commit is contained in:
2025-06-10 11:30:44 +02:00
parent 283b4f0e56
commit e866e94303
2 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
export def lumen-assono-overtime-calc [startdate = datetime]: nothing -> string {
pwsh -command $'Invoke-assOrgaOvertimeCalculator ($startdate)'
}

View File

@@ -1,4 +1,4 @@
export def lumen-kwin-get-class [waittimesec = int]: nothing -> nothing { export def lumen-kwin-get-class [waittimesec = int]: nothing -> string {
mut timer = ($waittimesec | into int) mut timer = ($waittimesec | into int)
while ($timer > 0) { while ($timer > 0) {
$timer | print $timer | print