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.



2145
2146
2147
2148
2149
2150
2151
2152
2153
# File 'lib/ruby-macrodroid.rb', line 2145

def initialize(h={})

  options = {
    enabled: true
  }

  super(options.merge h)

end