remotedroid 0.5.3 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df5d8ff42bcaa56e29104adb4e802afc9fea9df24e54e3861268f8120c59d754
4
- data.tar.gz: 83c8653599215e33d641b414fc6dcfa4a7ad1711b462d098ccf8dbbcd654001c
3
+ metadata.gz: 667844020454a5bcfa4e47c7db865a9e1cfc70364da42840c8f6d4d1a6d4b021
4
+ data.tar.gz: 9058f9b6b4206cbf42e8c10ebdba4825bab4c1dcc9da477120bd6e09758af97c
5
5
  SHA512:
6
- metadata.gz: 2808afc3086dac37cf72544b2445ebe7b0dbcea42709a318e7b08c3da683f8353b893ea8048d05c69c0ddc78e7456e2f644a0bf158212335e150178b5bed16c2
7
- data.tar.gz: d5852dade61330d9c16f498750f76100cd6517f51e04eef403945719031726a161ea610a3133b0e755c2e599068d3af0787515d4f63039ec34bf7f40da309d5c
6
+ metadata.gz: 116782fbe0c6da9a938e3eeb59961189893fe6221bbdf7fd77d626ab374ab786480c977e0c6b847652e1f1e47b9300c160275cdec8241686209c7a10e190a7ea
7
+ data.tar.gz: 3521f559ef0febc0f37ce17aa174900ed8697dea131cbfec68db40fa6841d075930c972dfb33f2f4b8cd951d24054a3c7660c5daea5e54d0f38978444872630b
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -237,6 +237,25 @@ t: webhook
237
237
  a:
238
238
  Media Stop
239
239
  Simulate Media Button (Google Play Music)
240
+
241
+ m: Open website
242
+ v: url
243
+ t: webhook
244
+ a: goto [lv=url]
245
+
246
+ m: Fill clipboard
247
+ v: clipboard
248
+ t: webhook
249
+ a:
250
+ Fill Clipboard
251
+ [lv=clipboard]
252
+
253
+ m: click text content
254
+ v: content
255
+ t: webhook
256
+ a:
257
+ UI Interaction
258
+ Click [[lv=content]]
240
259
 
241
260
  m: Share location
242
261
  t:
@@ -71,6 +71,12 @@ module RemoteDroid
71
71
  def enable(macro)
72
72
  control.enable macro
73
73
  end
74
+
75
+ def fill_clipboard(text)
76
+ control.fill_clipboard clipboard: text
77
+ end
78
+
79
+ alias copy fill_clipboard
74
80
 
75
81
  def hotspot(state=nil)
76
82
  control.hotspot state
@@ -108,6 +114,10 @@ module RemoteDroid
108
114
  end
109
115
 
110
116
  end
117
+
118
+ def ip()
119
+ query.ip
120
+ end
111
121
 
112
122
  def next()
113
123
  control_media(option='Next')
@@ -28,6 +28,10 @@ module RemoteDroid
28
28
  http_exec 'enable-macro', {name: macro}
29
29
  end
30
30
 
31
+ def fill_clipboard(options={})
32
+ http_exec 'fill-clipboard', options
33
+ end
34
+
31
35
  def force_macro_run(options={})
32
36
  http_exec option[:macro_name].downcase.gsub(/ /,'-')
33
37
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remotedroid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -35,7 +35,7 @@ cert_chain:
35
35
  io3WPRDjULC924M5S8wbrus31v2AUjqFBPvmHr7caf/VHErWypV482xcDhWt1eif
36
36
  0G2k2ptozXcBS9odsqGUTb5N
37
37
  -----END CERTIFICATE-----
38
- date: 2020-10-22 00:00:00.000000000 Z
38
+ date: 2020-10-23 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: onedrb
metadata.gz.sig CHANGED
Binary file