Class: WifiConnectionTrigger
- Inherits:
-
Trigger
- Object
- MacroObject
- Trigger
- WifiConnectionTrigger
- Defined in:
- lib/ruby-macrodroid.rb,
lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ WifiConnectionTrigger
constructor
A new instance of WifiConnectionTrigger.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ WifiConnectionTrigger
Returns a new instance of WifiConnectionTrigger.
461 462 463 464 465 466 467 468 469 470 |
# File 'lib/ruby-macrodroid.rb', line 461 def initialize(h={}) = { ssid_list: [""], wifi_state: 2 } super(.merge h) end |