Interface SpheroSensorOptions<T>

Type Parameters

  • T extends RollableToy = RollableToy

Hierarchy

  • SourceNodeOptions
    • SpheroSensorOptions

Properties

interval?: number

Sensor refresh interval in miliseconds

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?: SpheroSensor[]

Sensors to get information for

skipCalibration?: boolean

Specify if the calibration should be skipped

skipSensorConfiguration?: boolean

Specify if the sensor interval configuration should be skipped

source?: SpheroDataObject<T>
uid?: string

Manually set the unique identifier of the node