module RubyTCC::REST::ChangeThermostatFan

Public Instance Methods

change_thermostat_fan(options = {}) click to toggle source

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

# 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