module RubyTCC::REST::GetThermostat
Public Instance Methods
get_thermostat(options = {})
click to toggle source
# File lib/rubytcc/rest/get_thermostat.rb, line 6 def get_thermostat(options = {}) module_name = Module.nesting[0].to_s.split("::").last options[:sessionID] ||= self.session_id complete_post(module_name, module_name, options) end