Sha256: e3e84e1eef80a3e9df5c8b720a1d4894cb7b13be7f9843789c161b43b1ab9abd

Contents?: true

Size: 371 Bytes

Versions: 5

Compression:

Stored size: 371 Bytes

Contents

# frozen_string_literal: true

module Renstar
  module APIClient
    # 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`
    #
    module Control
      def control(options = {})
        post('control', options)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
renstar-0.4.4 lib/renstar/api_client/control.rb
renstar-0.4.3 lib/renstar/api_client/control.rb
renstar-0.4.2 lib/renstar/api_client/control.rb
renstar-0.4.1 lib/renstar/api_client/control.rb
renstar-0.4.0 lib/renstar/api_client/control.rb