remotedroid 0.5.0 → 0.5.1

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: ec97faa80816c99a0b7beed8f4274c90f9b3015d6a0db1586a520e3167849351
4
- data.tar.gz: 73734010ed7db6576c84988d909ca21aed08e8561b7a9e55e3d657bcdabd0b33
3
+ metadata.gz: ffd9a9a0c4d6d86dcf23408d9345c0a57bef2b6a516b8effcce7dc4b2b8bb0d3
4
+ data.tar.gz: e752e40ee31bf64505e84dc7c2e49a45f61185d3e2573dfb1f4b73526c8a5cb5
5
5
  SHA512:
6
- metadata.gz: a493dc47aa1c0cbe51c87e7189f1504eb0734088f6ae679da563fee60ea8ae45c4225d1f77909bfb91266b78f81614c89bdba6dec1dfaabedf5c3da0be1bc33e
7
- data.tar.gz: 8ff28ae91aaccf51919732e516c3915c136acf8be4511b0acfad80ef44447ee5e4b35796003ba0a010da4ed7559674caff94786434e9ba83811cff56e828af75
6
+ metadata.gz: '090b89b8e66c0b6368015741e4db9b9344f6714c96f393efaa40a0a019f467fd04b078a716ae2a9ca2af6e687ea328eccbf67e1d87eee0a278281b34d72e0394'
7
+ data.tar.gz: ed2ca4e908800cb5f88c34d5352cde163168959d994bf82c66a3f90b0e5bc187ccc6b73c9afcf24cd6fbe00fb52a668c3b2d5b29a09410f7ac7eb9614c401a79
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -14,15 +14,30 @@ require 'ruby-macrodroid'
14
14
  #
15
15
  # # Triggers
16
16
  #
17
+ # ## Battery/Power
18
+ #
19
+ # * Power button toggle
20
+ #
21
+ # ## Connectivity
22
+ #
23
+ # ### Wifi State Change
24
+ #
25
+ # * Connected to Network
26
+ #
17
27
  # ## Device Events
18
28
  #
19
29
  # * screen on
20
30
  #
21
31
  # ## Sensors
22
- #
32
+ #
33
+ # * Activity Recognition
23
34
  # * proximity (near)
24
35
  # * shake device
25
36
  #
37
+ # ## User Input
38
+ #
39
+ # * Swipe Screen
40
+ #
26
41
  # ------------------------------------
27
42
  #
28
43
  # # Actions
@@ -265,6 +280,94 @@ m: screen on off
265
280
  t: screen on
266
281
  a: webhook
267
282
 
283
+ m: Power Button Toggle3
284
+ t: Power Button Toggle (3)
285
+ a: webhook
286
+
287
+ m: Power Button Toggle4
288
+ t: Power Button Toggle (4)
289
+ a: webhook
290
+
291
+ m: Power Button Toggle5
292
+ t: Power Button Toggle (5)
293
+ a: webhook
294
+
295
+ m: Connected to network
296
+ t:
297
+ Connected to network
298
+ Any Network
299
+ a: wait 2 seconds
300
+ a:
301
+ webhook
302
+ ssid: [ssid]
303
+
304
+ m: In Vehicle
305
+ t:
306
+ Activity - In Vehicle
307
+ Confidence >= 50%
308
+ a: webhook
309
+
310
+ m: On Bicycle
311
+ t:
312
+ Activity - On Bicycle
313
+ Confidence >= 50%
314
+ a: webhook
315
+
316
+ m: Running
317
+ t:
318
+ Activity - Running
319
+ Confidence >= 50%
320
+ a: webhook
321
+
322
+ m: Walking
323
+ t:
324
+ Activity - Walking
325
+ Confidence >= 50%
326
+ a: webhook
327
+
328
+ m: Still
329
+ t:
330
+ Activity - Still
331
+ Confidence >= 83%
332
+ a: webhook
333
+
334
+ m: Swipe top left across
335
+ t:
336
+ Swipe Screen
337
+ Top Left - Across
338
+ a: webhook
339
+
340
+ m: Swipe top left diagonal
341
+ t:
342
+ Swipe Screen
343
+ Top Left - Diagonal
344
+ a: webhook
345
+
346
+ m: Swipe top left down
347
+ t:
348
+ Swipe Screen
349
+ Top Left - Down
350
+ a: webhook
351
+
352
+ m: Swipe top right across
353
+ t:
354
+ Swipe Screen
355
+ Top Right - Across
356
+ a: webhook
357
+
358
+ m: Swipe top right diagonal
359
+ t:
360
+ Swipe Screen
361
+ Top Right - Diagonal
362
+ a: webhook
363
+
364
+ m: Swipe top right down
365
+ t:
366
+ Swipe Screen
367
+ Top Right - Down
368
+ a: webhook
369
+
370
+
268
371
  EOF
269
372
 
270
373
 
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.0
4
+ version: 0.5.1
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-19 00:00:00.000000000 Z
38
+ date: 2020-10-20 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: onedrb
metadata.gz.sig CHANGED
Binary file