class Tinkerforge::BrickletRemoteSwitchV2
Public Instance Methods
state()
click to toggle source
Returns the device's state.
Calls superclass method
# File lib/tinderfridge/devices/bricklet_remote_switch_v2/bricklet_remote_switch_v2.rb, line 6 def state super.merge( 'remote_configuration' => get_remote_configuration, 'repeats' => get_repeats, ) end