struct MeasurementCollector::Meas::Airco2ntrol

Defined in:

measurement_collector/meas/airco2ntrol.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(time : Time, co2_level : Int32, temperature : Float32, relative_humidity : Float32) #

[View source]

Class Method Detail

def self.from_hash(csv_row_hash) #

[View source]

Instance Method Detail

def <=>(other) #

[View source]
def co2_level : Int32 #

[View source]
def relative_humidity : Float32 #

[View source]
def temperature : Float32 #

[View source]
def time : Time #

[View source]