Module: Tellstick::Waveman

Includes:
Nexa, ProtocolLoader
Defined in:
lib/tellstick/protocol/waveman.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods included from ProtocolLoader

included

Methods included from Nexa

#output, #teach, #turn_on

Instance Method Details

#turn_off(house, unit) ⇒ Object



25
26
27
# File 'lib/tellstick/protocol/waveman.rb', line 25

def turn_off(house,unit)
  output.puts "S#{codify(house)}#{codify(unit.to_s)}$k$k$k$k$k$k$k$k$}+"
end