Module: Flic::Client::Features::ForceDisconnect

Included in:
Flic::Client
Defined in:
lib/flic/client/features/force_disconnect.rb

Instance Method Summary collapse

Instance Method Details

#force_disconnect(button_bluetooth_address) ⇒ Object



7
8
9
# File 'lib/flic/client/features/force_disconnect.rb', line 7

def force_disconnect(button_bluetooth_address)
  send_command Protocol::Commands::ForceDisconnect.new(bluetooth_address: button_bluetooth_address)
end