mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
feat: send osc
This commit is contained in:
committed by
Carlos Valente
parent
ab4dd300ca
commit
6c4d80158c
@@ -11,6 +11,7 @@ import {
|
||||
isHTTPOutput,
|
||||
isOSCOutput,
|
||||
OntimeEvent,
|
||||
OSCOutput,
|
||||
} from 'ontime-types';
|
||||
|
||||
import { addBlueprint, editBlueprint, testOutput } from '../../../../common/api/automation';
|
||||
@@ -342,7 +343,7 @@ export default function BlueprintForm(props: BlueprintFormProps) {
|
||||
<Panel.Error>{rowErrors?.args?.message}</Panel.Error>
|
||||
</label>
|
||||
<Panel.InlineElements relation='inner'>
|
||||
<Button size='sm' variant='ontime-ghosted' isDisabled={!canTest} onClick={handleTestOSCOutput}>
|
||||
<Button size='sm' variant='ontime-ghosted' onClick={() => handleTestOSCOutput(index)}>
|
||||
Test
|
||||
</Button>
|
||||
<IconButton
|
||||
|
||||
Reference in New Issue
Block a user