Class: PowerButtonToggleTrigger

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

Overview

Category: Battery/Power

Instance Attribute Summary

Attributes inherited from Trigger

#constraints

Attributes inherited from MacroObject

#options, #siguid, #type

Instance Method Summary collapse

Methods inherited from Trigger

#match?

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ PowerButtonToggleTrigger

Returns a new instance of PowerButtonToggleTrigger.



1340
1341
1342
1343
1344
1345
1346
1347
1348
# File 'lib/ruby-macrodroid.rb', line 1340

def initialize(h={})

  options = {
    num_toggles: 3
  }

  super(options.merge h)

end