Class: Seam::Resources::Device::Properties::SaltoKsMetadata

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

#battery_levelString?

Battery level for a Salto KS device.

Returns:

  • (String, nil)


694
695
696
# File 'lib/seam/resources/device.rb', line 694

def battery_level
  @battery_level
end

#customer_referenceString?

Customer reference for a Salto KS device.

Returns:

  • (String, nil)


697
698
699
# File 'lib/seam/resources/device.rb', line 697

def customer_reference
  @customer_reference
end

#has_custom_pin_subscriptionBoolean?

Indicates whether the site has a Salto KS subscription that supports custom PINs.

Returns:

  • (Boolean, nil)


700
701
702
# File 'lib/seam/resources/device.rb', line 700

def has_custom_pin_subscription
  @has_custom_pin_subscription
end

#lock_idString?

Lock ID for a Salto KS device.

Returns:

  • (String, nil)


703
704
705
# File 'lib/seam/resources/device.rb', line 703

def lock_id
  @lock_id
end

#lock_typeString?

Lock type for a Salto KS device.

Returns:

  • (String, nil)


706
707
708
# File 'lib/seam/resources/device.rb', line 706

def lock_type
  @lock_type
end

#locked_stateString?

Locked state for a Salto KS device.

Returns:

  • (String, nil)


709
710
711
# File 'lib/seam/resources/device.rb', line 709

def locked_state
  @locked_state
end

#modelString?

Model for a Salto KS device.

Returns:

  • (String, nil)


712
713
714
# File 'lib/seam/resources/device.rb', line 712

def model
  @model
end

#site_idString?

Site ID for the Salto KS site to which the device belongs.

Returns:

  • (String, nil)


715
716
717
# File 'lib/seam/resources/device.rb', line 715

def site_id
  @site_id
end

#site_nameString?

Site name for the Salto KS site to which the device belongs.

Returns:

  • (String, nil)


718
719
720
# File 'lib/seam/resources/device.rb', line 718

def site_name
  @site_name
end