Sha256: 841e197913e0f8de477058a4a7a1d47a1bba8f0431fc8589276284ea00346236

Contents?: true

Size: 186 Bytes

Versions: 1

Compression:

Stored size: 186 Bytes

Contents

require 'meac_control/command/generic'

module MEACControl
  module Command
    class InletTemp < Generic
      def initialize
        @command = 'InletTemp'
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
meac_control-1.0.0 lib/meac_control/command/inlet_temp.rb