class Tinkerforge::BrickletNFC

Public Instance Methods

state() click to toggle source

Returns the device's state.

Calls superclass method
# File lib/tinderfridge/devices/bricklet_nfc/bricklet_nfc.rb, line 6
def state
  super.merge(
    'mode'                 => get_mode,
    'detection_led_config' => get_detection_led_config,
    'maximum_timeout'      => get_maximum_timeout,
  )
end