**This is an old revision of the document!**

Component: Motion Sensor

This is the component provided by the Motion Sensor.

Component name: motion_sensor.
Callbacks:

  • getSensitivity(): number
    Gets the current sensitivity of the sensor, i.e. at which speed threshold of distance / second it triggers.
  • setSensitivity(value: number): number
    Sets the sensor's sensitivity to the specified value, returns the old value.