Module: RubyTCC::REST::ChangeThermostatFan
- Included in:
- API
- Defined in:
- lib/rubytcc/rest/change_thermostat_fan.rb
Instance Method Summary collapse
-
#change_thermostat_fan(options = {}) ⇒ Object
@options: Auto, On, Circulate, FollowSchedule, Unknown.
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( = {}) module_name = Module.nesting[0].to_s.split("::").last [:sessionID] ||= self.session_id complete_post(module_name, "ChangeRequest", ) end |