Returns the generated script code for setting the signal to the given value
The ID of the source containing the signal to set
The ID of the signal to set
The value to set the signal to - for digital values use 0 or 1, for registers use only integers, for analog values use any float
Returns an object literal containing a mapping of SignalIDs -> AnalogDomains
The ID of the Source for which to get Domain data
Returns the generated script code for getting the value of a given signal
The Source group, containing the source to provide events for
The ID of the source containing the signal to get
The ID of the signal to get
Returns the generated script code for setting the signal to the given value
The Source group, containing the source and signal to provide script for
The ID of the source containing the signal to set
The ID of the signal to set
The value to set the signal to - for digital values use 0 or 1, for registers use only integers, for analog values use any float
Returns an object literal containing a mapping of SignalIDs -> Presets
The ID of the Source for which to get the Preset mappings
Returns info about the signals for a given source
Returns an Observable providing Signal events
The Source containing the Signals to provide events for
Optionalfilter: Partial<Pick<Signal, "direction" | "valueType">>SignalFilter used to filter only events for Signals which match the filter
Returns the ID's of Sources that are available to the application
Optionalfilter: Partial<Pick<Signal, "direction" | "valueType">>SignalFilter used to filter only Sources which contain Signals matching the filter
Returns an Observable providing Signal events
The Source group, containing the source to provide events for
The Source containing the Signals to provide events for
Optionalfilter: Partial<Pick<Signal, "direction" | "valueType">>SignalFilter used to filter only events for Signals which match the filter
returns a reply promise to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns a reply promise for the requested message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the requested message
The type of message being sent
Optionaldata: anyThe message data
Sets a value on a signal
The ID of the Source, containing the Signal to set
The ID of the Signal to set
The value to set
Sets a value on a signal
The Source group, containing the source to provide events for
The ID of the Source, containing the Signal to set
The ID of the Signal to set
The value to set
Returns the source node label for the griven groupId
Returns the map of source node labels
Returns the list of Signals in a Source
The Source group, containing the source to provide signals for
The Source to list Signals for
Optionalfilter: Partial<Pick<Signal, "direction" | "valueType">>SignalFilter used to filter only Signals which match the filter
Performs validation on a new value that will be used in a get script
The contribution groupId
The contribution sourceId
The contribution signalId
The value that will be got
The operator on the value that will be got
Performs validation on a new value that will be used in a set script
The contribution groupId
The contribution sourceId
The contribution signalId
The value that will be set
Service for getting information about Sources and Signals