Alpha
Raw Protobuf interfaces for a Sensors service.
Generated with https://github.com/improbable-eng/grpc-web
import { grpc } from '@improbable-eng/grpc-web';const client = {}; // replace with a connected robot clientconst request = new sensorsApi.GetSensorsRequest();request.setName('mysensors');client.sensorsService.getSensors( request, new grpc.Metadata(), (error, response) => { // do something with error or response }); Copy
import { grpc } from '@improbable-eng/grpc-web';const client = {}; // replace with a connected robot clientconst request = new sensorsApi.GetSensorsRequest();request.setName('mysensors');client.sensorsService.getSensors( request, new grpc.Metadata(), (error, response) => { // do something with error or response });
Generated using TypeDoc
Raw Protobuf interfaces for a Sensors service.
Generated with https://github.com/improbable-eng/grpc-web
Example