Class: RZWaveWay::CommandClasses::Unsupported

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/rzwaveway/command_classes.rb

Instance Method Summary collapse

Instance Method Details

#build_from(data) ⇒ Object



17
18
# File 'lib/rzwaveway/command_classes.rb', line 17

def build_from(data)
end

#process(updates) ⇒ Object



20
21
# File 'lib/rzwaveway/command_classes.rb', line 20

def process(updates)
end

#save_propertiesObject



23
24
# File 'lib/rzwaveway/command_classes.rb', line 23

def save_properties
end

#to_hashObject



26
27
28
# File 'lib/rzwaveway/command_classes.rb', line 26

def to_hash
  {}
end

#to_sObject



30
31
32
# File 'lib/rzwaveway/command_classes.rb', line 30

def to_s
  'Unsupported'
end