Method: Elemac::Sensors#temp2
- Defined in:
- lib/elemac/sensors.rb
#temp2 ⇒ Object
26 27 28 29 |
# File 'lib/elemac/sensors.rb', line 26 def temp2 throw 'Sensor temp2 unavailable' unless @temp2_available Sensor::Temperature.new(device: @device, index: 1, divider: 10.0) end |