Class: Seam::Resources::Device::Properties::SensiMetadata

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/device.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

Method Summary

Methods inherited from BaseResource

#[], date_accessor, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response

Constructor Details

This class inherits a constructor from Seam::Resources::BaseResource

Instance Attribute Details

#device_idObject

Device ID for a Sensi device.



554
555
556
# File 'lib/seam/resources/device.rb', line 554

def device_id
  @device_id
end

#device_nameObject

Device name for a Sensi device.



556
557
558
# File 'lib/seam/resources/device.rb', line 556

def device_name
  @device_name
end

#dual_setpoints_not_supportedObject

Set to true when the device does not support the /dual-setpoints API endpoint.



558
559
560
# File 'lib/seam/resources/device.rb', line 558

def dual_setpoints_not_supported
  @dual_setpoints_not_supported
end

#product_typeObject

Product type for a Sensi device.



560
561
562
# File 'lib/seam/resources/device.rb', line 560

def product_type
  @product_type
end