Class: Seam::Resources::Device::Properties::WyzeMetadata

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_idString?

Device ID for a Wyze device.

Returns:

  • (String, nil)


928
929
930
# File 'lib/seam/resources/device.rb', line 928

def device_id
  @device_id
end

#device_info_modelString?

Device information model for a Wyze device.

Returns:

  • (String, nil)


931
932
933
# File 'lib/seam/resources/device.rb', line 931

def device_info_model
  @device_info_model
end

#device_nameString?

Device name for a Wyze device.

Returns:

  • (String, nil)


934
935
936
# File 'lib/seam/resources/device.rb', line 934

def device_name
  @device_name
end

#keypad_uuidString?

Keypad UUID for a Wyze device.

Returns:

  • (String, nil)


937
938
939
# File 'lib/seam/resources/device.rb', line 937

def keypad_uuid
  @keypad_uuid
end

#locker_status_hardlockFloat?

Locker status (hardlock) for a Wyze device.

Returns:

  • (Float, nil)


940
941
942
# File 'lib/seam/resources/device.rb', line 940

def locker_status_hardlock
  @locker_status_hardlock
end

#product_modelString?

Product model for a Wyze device.

Returns:

  • (String, nil)


943
944
945
# File 'lib/seam/resources/device.rb', line 943

def product_model
  @product_model
end

#product_nameString?

Product name for a Wyze device.

Returns:

  • (String, nil)


946
947
948
# File 'lib/seam/resources/device.rb', line 946

def product_name
  @product_name
end

#product_typeString?

Product type for a Wyze device.

Returns:

  • (String, nil)


949
950
951
# File 'lib/seam/resources/device.rb', line 949

def product_type
  @product_type
end