Module: RubyTCC::REST::ChangeThermostatUI

Included in:
API
Defined in:
lib/rubytcc/rest/change_thermostat_ui.rb

Instance Method Summary collapse

Instance Method Details

#change_thermostat_ui(options = {}) ⇒ Object



6
7
8
9
10
# File 'lib/rubytcc/rest/change_thermostat_ui.rb', line 6

def change_thermostat_ui(options = {})
	module_name = Module.nesting[0].to_s.split("::").last
	options[:sessionID] ||= self.session_id
	complete_post(module_name, module_name, options)
end