arvicco-avalon 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,6 +20,8 @@ module Avalon
20
20
  ->(x){ convert_last(x)}],
21
21
  :temp => [4, /(?<=Temperature=)[\d\.]*/, :i],
22
22
  :freq => [4, /(?<=frequency=)[\d\.]*/, :i],
23
+ :fan2 => [4, /(?<=fan2=)[\d\.]*/, :i],
24
+ :fan3 => [4, /(?<=fan3=)[\d\.]*/, :i],
23
25
  :utility => [8, /(?<=,Work Utility=)[\d\.]*/, :f],
24
26
  :getworks => [8, /(?<=Getworks=)[\d\.]*/, :i],
25
27
  :accepted => [8, /(?<=,Accepted=)[\d\.]*/, :i],
@@ -27,7 +29,7 @@ module Avalon
27
29
  :stale => [6, /(?<=Stale=)[\d\.]*/, :i],
28
30
  :errors => [6, /(?<=Hardware Errors=)[\d\.]*/, :i],
29
31
  :blocks => [6, /(?<=Network Blocks=)[\d\.]*/, :i],
30
- :found => [2, /(?<=Found Blocks=)[\d\.]*/, :i],
32
+ # :found => [2, /(?<=Found Blocks=)[\d\.]*/, :i],
31
33
  }
32
34
 
33
35
  # Last share converter (Miner-specific)
@@ -1,3 +1,3 @@
1
1
  module Avalon
2
- VERSION = "0.0.20"
2
+ VERSION = "0.0.21"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arvicco-avalon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: