Skip to content

Commit

Permalink
chore: adds missing generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperstarkar committed Jan 10, 2024
1 parent fdb9a08 commit cb0d9f0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ export interface QuantelOptions {
* If set: If a clip turns out to be on the wrong server, an attempt to copy the clip will be done
*/
allowCloneClips?: boolean
/**
* If the ISA goes down the gateway will temporarily emit a disconnection warning, this is a false flag when a backup ISA is available. This option will suppress the disconnection warning for a number of ms to give the system time to switch without warnings.
*/
suppressDisconnectTime?: number
}

export interface MappingQuantelPort {
Expand Down

0 comments on commit cb0d9f0

Please sign in to comment.