Class: AllowLEDNotificationLightAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ AllowLEDNotificationLightAction

Returns a new instance of AllowLEDNotificationLightAction.



1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'lib/ruby-macrodroid.rb', line 1962

def initialize(h={})

  options = {
    enabled: true
  }

  super(options.merge h)

end