Return the readings of a sensor.
Optionalextra: Structconst sensor = new VIAM.SensorClient(machine, 'my_sensor');
// Get the readings of a sensor.
const readings = await sensor.getReadings();
For more information, see Sensor API.
Get the status of the resource.
Represents a physical sensing device that can provide measurement readings.