Interface SensorSourceOptions

Hierarchy-Diagram

UML class diagram of SensorSourceOptions
Legend
icon for an interface in the UML class diagram interface

Hierarchy

Properties

autoStart?: boolean

Auto start the sensor

interval?: number

Push interval

name?: string

User friendly name of the node Used for querying a node by its name.

persistence?: boolean

Merge objects from persisted source

Default

true

sensors?: SensorType[]

Sensor types

softStop?: boolean

Stopping the source will halt the pushing of frames but not stop the data collection.

source?: DataObject

Source data object

uid?: string

Manually set the unique identifier of the node