Module: RubyTCC::REST::ChangeThermostatFan

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

Instance Method Summary collapse

Instance Method Details

#change_thermostat_fan(options = {}) ⇒ Object

@options: Auto, On, Circulate, FollowSchedule, Unknown



7
8
9
10
11
# File 'lib/rubytcc/rest/change_thermostat_fan.rb', line 7

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