Class: MEACControl::Command::InletTemp

Inherits:
Generic
  • Object
show all
Defined in:
lib/meac_control/command/inlet_temp.rb

Instance Attribute Summary

Attributes inherited from Generic

#command, #value

Instance Method Summary collapse

Methods inherited from Generic

#command_set?, #hash_for, request

Constructor Details

#initializeInletTemp

Returns a new instance of InletTemp.



6
7
8
# File 'lib/meac_control/command/inlet_temp.rb', line 6

def initialize
  @command = 'InletTemp'
end