Class: LmSensors::Feature::Alarm

Inherits:
GenFeature show all
Defined in:
lib/lmsensors/features/alarm.rb

Overview

The Alarm class is appended to the LmSensors module to handle analytic post-processing of the FEATURE_INTRUSION type.

Instance Attribute Summary

Attributes inherited from GenFeature

#default_formatter, #name, #subfs, #type, #unit

Instance Method Summary collapse

Methods inherited from GenFeature

#feature, #fmt, #initialize

Constructor Details

This class inherits a constructor from LmSensors::Feature::GenFeature

Instance Method Details

#def_fmtObject



35
# File 'lib/lmsensors/features/alarm.rb', line 35

def def_fmt() @default_formatter = LmSensors::Feature::FMT_ALARM end