Class: Seam::Resources::Device::Properties::TtlockMetadata::Features

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

#auto_lock_time_configObject

Indicates whether a TTLock device supports auto-lock time configuration.



601
602
603
# File 'lib/seam/resources/device.rb', line 601

def auto_lock_time_config
  @auto_lock_time_config
end

#incomplete_keyboard_passcodeObject

Indicates whether a TTLock device supports an incomplete keyboard passcode.



603
604
605
# File 'lib/seam/resources/device.rb', line 603

def incomplete_keyboard_passcode
  @incomplete_keyboard_passcode
end

#lock_commandObject

Indicates whether a TTLock device supports the lock command.



605
606
607
# File 'lib/seam/resources/device.rb', line 605

def lock_command
  @lock_command
end

#passcodeObject

Indicates whether a TTLock device supports a passcode.



607
608
609
# File 'lib/seam/resources/device.rb', line 607

def passcode
  @passcode
end

#passcode_managementObject

Indicates whether a TTLock device supports passcode management.



609
610
611
# File 'lib/seam/resources/device.rb', line 609

def passcode_management
  @passcode_management
end

#unlock_via_gatewayObject

Indicates whether a TTLock device supports unlock via gateway.



611
612
613
# File 'lib/seam/resources/device.rb', line 611

def unlock_via_gateway
  @unlock_via_gateway
end

#wifiObject

Indicates whether a TTLock device supports Wi-Fi.



613
614
615
# File 'lib/seam/resources/device.rb', line 613

def wifi
  @wifi
end