Module: Tellstick::Waveman
- Includes:
- Nexa, ProtocolLoader
- Defined in:
- lib/tellstick/protocol/waveman.rb
Overview
:nodoc:
Instance Method Summary collapse
Methods included from ProtocolLoader
Methods included from Nexa
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 |