SECoP: add sea_recorder command and setups for sea recorder

NICOS might call this in order to start SEA recording from
SECoP servers
This commit is contained in:
2025-06-16 14:56:09 +02:00
parent 61eac1aa9b
commit a5738fd0d4
5 changed files with 36 additions and 0 deletions

View File

@ -740,6 +740,17 @@ proc secop::update_ {} {
clientlog ACTIVE
}
}
set act [silent 0 sct activate_stick]
if {$act} {
sct activate_stick 0
dolater 0 activate_stick
} else {
set act [silent 0 sct activate_addon]
if {$act} {
sct activate_addon 0
dolater 0 activate_addon
}
}
sct active 1
sct end_fast 0
}