Class: SpeakerPhoneAction

Inherits:
Action show all
Defined in:
lib/ruby-macrodroid.rb

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ SpeakerPhoneAction

Returns a new instance of SpeakerPhoneAction.



2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
# File 'lib/ruby-macrodroid.rb', line 2476

def initialize(h={})

  options = {
    secondary_class_type: 'SpeakerPhoneAction',
    state: 0
  }

  super(options.merge h)

end