hcitools_wrapper 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: 50e1e641ad84e259b22ee677b9045add9cae7917
4
- data.tar.gz: 6af14659f5fa556785a08e2c8aa286ac467ade9e
3
+ metadata.gz: e3c6b6199aa3866552871a054ebfe184ee7d7ebf
4
+ data.tar.gz: 493ae2e75b19d323ece474d545cafae6442faa45
5
5
  SHA512:
6
- metadata.gz: 1d4b7e74aec8c194b8203510728ed6820c4094346a256cd3effe2fab3af7cbd5c76a0a048d28318121c74ba8b2f1d22a30cd174b8d24925ba716f3d1c305a0bd
7
- data.tar.gz: f4f44d66ad5891e12f7c06e083b96f12ecc547f882ba0d9ad16dd9acb08b6e45fdbd2cabb4c4665a437d2cd49d2711ea8f210a196d38e7bc9c8763474b05ddb4
6
+ metadata.gz: 22999061886fff7f05e1dbaa84f516d3c2ddb4ec91f7caa6e7dfd71488e61495a6268aebd66e06ac099240ac9be0f6be4341ac87c2bd2f8a98801f9095d0c3bb
7
+ data.tar.gz: eb8b420ff574d9e28dc9779bd5a572de88b55db8329d9889cbb1b3107d670e61dee4b864858815ca3fed90dd8f2dfe79ddd6dc3a8703d8d4efd3ff10eee84fd2
checksums.yaml.gz.sig CHANGED
Binary file
@@ -61,7 +61,7 @@ module HcitoolsWrapper
61
61
  end
62
62
 
63
63
  # the RSSI will vary by up to 10 when the device is stationary
64
- if a.length > 10 or rssi > (a.max + 10) or rssi < (a.min + 10) then
64
+ if a.length > 10 or rssi > (a.max + 10) or rssi < (a.min - 10) then
65
65
 
66
66
  if block_given? then
67
67
  yield a, avg
@@ -91,4 +91,4 @@ if __FILE__ == $0 then
91
91
  hw = HcitoolsWrapper::Scan.start
92
92
  #hw = HcitoolsWrapper::Detect.new bd_address: 'FF:FF:00:00:FD:1D', verbose: true
93
93
  #hw.start
94
- end
94
+ end
data.tar.gz.sig CHANGED
@@ -1,2 +1 @@
1
- �؅jP/���|Q�������!�}��:����Km�5"�(sK��%���0h͝P�ץl������61��� _o�5i>���<i�_t�"ߥW����~����
2
- �W��)O�c��:‚��<AL��~x�v�dغ�WO��(~���J�F��Lj�0�Ҽ����S�;��.z��}��7 ?��<�@��U<���eB
1
+ �-�L��©�������(�dIk��囚?ʿ�/�JB#yʎ��c0��25?p�O0#C.�x��ܰȠ���_�$�������
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hcitools_wrapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
metadata.gz.sig CHANGED
Binary file