Class: LmSensors::Feature::Alarm
- Inherits:
-
GenFeature
- Object
- GenFeature
- LmSensors::Feature::Alarm
- 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
Constructor Details
This class inherits a constructor from LmSensors::Feature::GenFeature
Instance Method Details
#def_fmt ⇒ Object
35 |
# File 'lib/lmsensors/features/alarm.rb', line 35 def def_fmt() @default_formatter = LmSensors::Feature::FMT_ALARM end |