Module: Renstar::APIClient::Control
- Included in:
- Renstar::APIClient
- Defined in:
- lib/renstar/api_client/control.rb
Overview
Interface to the “Control” portion of the Venstar API This can be used to send a hash of raw options to the API bypassing the convenience methods built into ‘Thermostat`
Instance Method Summary collapse
Instance Method Details
#control(options = {}) ⇒ Object
10 11 12 |
# File 'lib/renstar/api_client/control.rb', line 10 def control( = {}) post('control', ) end |