Index

C D G O S T V 
All Classes and Interfaces|All Packages

C

CMD_DATA_READY - Enum constant in enum dev.rablet.scd41.SCD41Commands
Used to check if data is ready.
CMD_GET_SERIAL - Enum constant in enum dev.rablet.scd41.SCD41Commands
Command to get the serial number from SCD41
CMD_ONE_OFF_READING - Enum constant in enum dev.rablet.scd41.SCD41Commands
Command to get a one-off reading.
CMD_READ_DATA - Enum constant in enum dev.rablet.scd41.SCD41Commands
Reads data from SCD41.
CMD_START_PERIODIC_MEASUREMENT - Enum constant in enum dev.rablet.scd41.SCD41Commands
Starts periodic measurements
CMD_STOP_PERIODIC_MEASUREMENT - Enum constant in enum dev.rablet.scd41.SCD41Commands
Stops preiodic measurements

D

dev.rablet.scd41 - package dev.rablet.scd41
 
dev.rablet.scd41.model - package dev.rablet.scd41.model
 

G

getCo2() - Method in class dev.rablet.scd41.model.SCD41Data
Get the CO2 measurement
getHumidity() - Method in class dev.rablet.scd41.model.SCD41Data
Get the relative humidity
getSCD41Data() - Method in class dev.rablet.scd41.SCD41Client
Reads data from the SCD41 sensor using the periodic read functionality of the sensor.
getSerial() - Method in class dev.rablet.scd41.SCD41Client
Gets the SCD41 sensor serial.
getTemperature() - Method in class dev.rablet.scd41.model.SCD41Data
Gets the temperature in Celsius
getValue() - Method in enum dev.rablet.scd41.SCD41Commands
Get the command for an enum

O

oneOffRead() - Method in class dev.rablet.scd41.SCD41Client
Requests a one-off read from the sensor.

S

SCD41Client - Class in dev.rablet.scd41
Client used to read data from an SCD41 sensor.
SCD41Client() - Constructor for class dev.rablet.scd41.SCD41Client
Creates an instance of BME280 which can be used to get sensor reads.
SCD41Client(String, String, Integer, Integer) - Constructor for class dev.rablet.scd41.SCD41Client
Creates an instance of BME280 which can be used to get sensor reads.
SCD41Commands - Enum in dev.rablet.scd41
Enum for the supported SCD41 commands
SCD41Data - Class in dev.rablet.scd41.model
Stores the temperature, humidity, and co2 information retrieved from a SCD41 sensor
SCD41Data(double, double, int) - Constructor for class dev.rablet.scd41.model.SCD41Data
Creates an instance of BME280Data for storing data from a BME280 sensor
setCo2(int) - Method in class dev.rablet.scd41.model.SCD41Data
Set the CO2 measurement
setHumidity(double) - Method in class dev.rablet.scd41.model.SCD41Data
Set the relative humidity
setTemperature(double) - Method in class dev.rablet.scd41.model.SCD41Data
Set the temperature in Celsius

T

toString() - Method in class dev.rablet.scd41.model.SCD41Data
 

V

valueOf(String) - Static method in enum dev.rablet.scd41.SCD41Commands
Returns the enum constant of this type with the specified name.
values() - Static method in enum dev.rablet.scd41.SCD41Commands
Returns an array containing the constants of this enum type, in the order they are declared.
C D G O S T V 
All Classes and Interfaces|All Packages