Hierarchy

Properties

channels: ({
    mappedLayer: string;
} & SisyfosChannelOptions)[]
deviceType: SISYFOS
overridePriority?: number

If you have multiple references to 1 channel in different timeline obejcts, the one with the highest overridePriority will be used

resync?: boolean

When this is set to true it will do a full resync with Sisyfos, first request the remote end's state and then diffing the local state against that (depending on channel count this is a slow operation)

triggerValue?: string

If this value changes, commands will be sent to set the channels in this object to their expected state regardless of wheter the state of these channels changed

type: CHANNELS

Generated using TypeDoc