Properties

address: Number

The address this device is connected to the Nexmosphere controller.

config: any

The device config.

lastData: undefined | XSnapperSensorData

Returns the last data which was generated by the sensor.

name: string

The name of the device.

The device state.

type: string

The type of the device.

Events

  • Registers a callback which will be triggered when the device encounters an error.

    Parameters

    • callback: ((error: Error) => void)

      The callback which will be called once the device encountered an error.

        • (error: Error): void
        • Parameters

          • error: Error

          Returns void

    Returns EventSubscription

Methods

  • Returns a promise which is fulfilled when the device is started.

    Returns Promise<any>

  • Parameters

    • functionalityControl: Number

    Returns void

  • Parameters

    • pattern: Number

    Returns void

  • Parameters

    • brightness: Number

    Returns void

  • Parameters

    • behavior: Number

    Returns void

  • Starts the device when needed and returns a promise which is fulfilled when the device is started.

    Returns Promise<any>

  • Stops the device.

    Returns void

Generated using TypeDoc