Sha256: 58902d16d7aa903e97f7610ae52eb60701740be64bae9c302c16910d3fa9f3f1

Contents?: true

Size: 235 Bytes

Versions: 6

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

require_relative '../api_object'

module Renstar
  module APIClient
    # Represents an installed sensor in the system
    # Returns the value of the sensor
    class Sensor < APIObject
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
renstar-0.2.1 lib/renstar/api_client/api_objects/sensor.rb
renstar-0.2.0 lib/renstar/api_client/api_objects/sensor.rb
renstar-0.1.3 lib/renstar/api_client/api_objects/sensor.rb
renstar-0.1.2 lib/renstar/api_client/api_objects/sensor.rb
renstar-0.1.1 lib/renstar/api_client/api_objects/sensor.rb
renstar-0.1.0 lib/renstar/api_client/api_objects/sensor.rb