Class: Tinkerforge::BrickletSolidStateRelayV2
- Inherits:
-
Object
- Object
- Tinkerforge::BrickletSolidStateRelayV2
- Defined in:
- lib/tinderfridge/devices/bricklet_solid_state_relay_v2/bricklet_solid_state_relay_v2.rb
Instance Method Summary collapse
-
#state ⇒ Object
Returns the device’s state.
Instance Method Details
#state ⇒ Object
Returns the device’s state.
6 7 8 9 10 11 |
# File 'lib/tinderfridge/devices/bricklet_solid_state_relay_v2/bricklet_solid_state_relay_v2.rb', line 6 def state super.merge( 'value' => get_state, 'monoflop' => get_monoflop, ) end |