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

Component: Motion Sensor

This is the component provided by the Motion Sensor. When an entity within line of sight of the Motion Sensor moves faster than the threshold a motion event is queued.

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.