поправлены способ передачи таймеров в vMix

This commit is contained in:
2026-08-20 15:33:03 +03:00
parent 8790a1e113
commit cd9476d167
6 changed files with 420 additions and 117 deletions

View File

@@ -88,4 +88,6 @@ def test_rebalance_sends_old_plate_out_before_new_plate_in():
assert 'const outCommands = [];' in block
assert 'const setCommands = [];' in block
assert 'const inCommands = [];' in block
assert 'const commands = [...outCommands, ...setCommands, ...inCommands];' in block
assert 'const stopCommands = [];' in block
assert 'const runCommands = [];' in block
assert 'const commands = [...outCommands, ...stopCommands, ...setCommands, ...runCommands, ...inCommands];' in block