lib/renstar/api_client/api_objects/sensor.rb in renstar-0.2.1 vs lib/renstar/api_client/api_objects/sensor.rb in renstar-0.3.0
- old
+ new
@@ -5,8 +5,11 @@
module Renstar
module APIClient
# Represents an installed sensor in the system
# Returns the value of the sensor
class Sensor < APIObject
+ def pp
+ puts human_readable('sensors')
+ end
end
end
end