Class SensorClient

A gRPC-web client for the Sensor component.

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

client: SensorServiceClient
name: string
options: Options

Accessors

  • get sensorService(): SensorServiceClient
  • Returns SensorServiceClient

Methods

  • Return the readings of a sensor.

    Parameters

    • extra: {} = {}

      Returns Promise<Record<string, unknown>>

    Generated using TypeDoc