Class: DeviceControl::Cooler

Inherits:
Heater show all
Defined in:
lib/device_control.rb

Constant Summary collapse

EFFICIENCY =

not nearly as efficient as a heater at turning electrons into therms

0.35

Instance Attribute Summary

Attributes inherited from Heater

#watts

Attributes inherited from Device

#knob

Method Summary

Methods inherited from Heater

#initialize, #output, #to_s

Methods inherited from Device

#initialize, #input=, #output, #to_s

Methods included from Updateable

#update

Constructor Details

This class inherits a constructor from DeviceControl::Heater