Class: DeviceEventsTrigger

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

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 = {}) ⇒ DeviceEventsTrigger

Returns a new instance of DeviceEventsTrigger.



1850
1851
1852
1853
# File 'lib/ruby-macrodroid.rb', line 1850

def initialize(h={})
  super(h)
  @group = 'device_events'
end