class Tinkerforge::BrickletIsolator

Public Instance Methods

state() click to toggle source

Returns the device's state.

Calls superclass method
# File lib/tinderfridge/devices/bricklet_isolator/bricklet_isolator.rb, line 6
def state
  super.merge(
    'statistics'                  => get_statistics,
    'spitfp_baudrate_config'      => get_spitfp_baudrate_config,
    'spitfp_baudrate'             => get_spitfp_baudrate,
    'isolator_spitfp_error_count' => get_isolator_spitfp_error_count,
  )
end