Class: Seam::Resources::Device::Properties::KorelockMetadata

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 Korelock device.

Returns:

  • (String, nil)


481
482
483
# File 'lib/seam/resources/device.rb', line 481

def device_id
  @device_id
end

#device_nameString?

Device name for a Korelock device.

Returns:

  • (String, nil)


484
485
486
# File 'lib/seam/resources/device.rb', line 484

def device_name
  @device_name
end

#firmware_versionString?

Firmware version for a Korelock device.

Returns:

  • (String, nil)


487
488
489
# File 'lib/seam/resources/device.rb', line 487

def firmware_version
  @firmware_version
end

#location_idString?

Location ID for a Korelock device. Required for timebound access codes.

Returns:

  • (String, nil)


490
491
492
# File 'lib/seam/resources/device.rb', line 490

def location_id
  @location_id
end

#model_codeString?

Model code for a Korelock device.

Returns:

  • (String, nil)


493
494
495
# File 'lib/seam/resources/device.rb', line 493

def model_code
  @model_code
end

#serial_numberString?

Serial number for a Korelock device.

Returns:

  • (String, nil)


496
497
498
# File 'lib/seam/resources/device.rb', line 496

def serial_number
  @serial_number
end

#wifi_signal_strengthFloat?

WiFi signal strength (0-1) for a Korelock device.

Returns:

  • (Float, nil)


499
500
501
# File 'lib/seam/resources/device.rb', line 499

def wifi_signal_strength
  @wifi_signal_strength
end