Interface BLESourceNodeOptions

Hierarchy

  • SensorSourceOptions
    • BLESourceNodeOptions

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

uuids?: string[]

List of UUIDs that should be included in the result scan.