atrea_control 2.1.0 → 2.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
  SHA256:
3
- metadata.gz: 47dfda0eb6906708f68c4d43dae4a9ed7249492e32150fb40e244302158a2f10
4
- data.tar.gz: dd16ffa80d5b61380a14814690058165d3fc8b2e8ab79f3ca17d4ccf8f218e7e
3
+ metadata.gz: de4b8916b41e5f8089e213a57af22064c85e4cfd21b169b4cbb8a31bf0959006
4
+ data.tar.gz: e90ea88c74d8602e8add47e0284fa3313b2e11ca085e0bedba8efe010c26e9ff
5
5
  SHA512:
6
- metadata.gz: 109c78b115fc8652a5f2b113c5ac14972ae8e7a469ca4453365edf01a3c8898f3e25c78bf39a7da02947440868ddcdcfa8f9a2b5a3f0be997ece7f6bc3598319
7
- data.tar.gz: 696a0c42c1fe2b4881247753f318290e52450299cebeab73c2faffee8e7b151f5f4000e8896fe42ef227184ae881a0a324306f02d49d1aba416061a3620f8e0b
6
+ metadata.gz: 17b48f07d42c1d90d3ccca8f2d4de0080d50a7528dc194ecd5ca41affcb0e15b6c1aeefed3e85930119bd5f33e7315d23bae1ff73b19086f671cad7eadc60bcc
7
+ data.tar.gz: 933ded9e14e5f8a6e1e67ad1621bea251b37c2c27c7f1a6b9ca063c4f0544b5db088821651096eb0050bb51cdb9b49c6a675b603e91340ed38e6f44d6edd3c4d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [2.1.1] - 2022-08-21
4
+ ### Fixed
5
+ - override "schedule program" by "temporary"
6
+ ### Changed
7
+ - dependencies update
8
+
3
9
  ## [2.1.0] - 2022-02-28
4
10
  ### Added
5
11
  - preheating is ON ?
data/Gemfile.lock CHANGED
@@ -10,12 +10,12 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- addressable (2.8.0)
14
- public_suffix (>= 2.0.2, < 5.0)
13
+ addressable (2.8.1)
14
+ public_suffix (>= 2.0.2, < 6.0)
15
15
  ast (2.4.2)
16
16
  childprocess (4.1.0)
17
17
  coderay (1.1.3)
18
- concurrent-ruby (1.1.9)
18
+ concurrent-ruby (1.1.10)
19
19
  crack (0.4.5)
20
20
  rexml
21
21
  diff-lcs (1.5.0)
@@ -24,30 +24,31 @@ GEM
24
24
  unf (>= 0.0.5, < 1.0.0)
25
25
  hashdiff (1.0.1)
26
26
  http-accept (1.7.0)
27
- http-cookie (1.0.4)
27
+ http-cookie (1.0.5)
28
28
  domain_name (~> 0.5)
29
- i18n (1.10.0)
29
+ i18n (1.12.0)
30
30
  concurrent-ruby (~> 1.0)
31
+ json (2.6.2)
31
32
  method_source (1.0.0)
32
33
  mime-types (3.4.1)
33
34
  mime-types-data (~> 3.2015)
34
35
  mime-types-data (3.2022.0105)
35
36
  netrc (0.11.0)
36
- nokogiri (1.13.3-x86_64-darwin)
37
+ nokogiri (1.13.8-x86_64-darwin)
37
38
  racc (~> 1.4)
38
- nokogiri (1.13.3-x86_64-linux)
39
+ nokogiri (1.13.8-x86_64-linux)
39
40
  racc (~> 1.4)
40
- parallel (1.21.0)
41
- parser (3.1.1.0)
41
+ parallel (1.22.1)
42
+ parser (3.1.2.1)
42
43
  ast (~> 2.4.1)
43
44
  pry (0.14.1)
44
45
  coderay (~> 1.1)
45
46
  method_source (~> 1.0)
46
- public_suffix (4.0.6)
47
+ public_suffix (5.0.0)
47
48
  racc (1.6.0)
48
49
  rainbow (3.1.1)
49
50
  rake (13.0.6)
50
- regexp_parser (2.2.1)
51
+ regexp_parser (2.5.0)
51
52
  rest-client (2.1.0)
52
53
  http-accept (>= 1.7.0, < 2.0)
53
54
  http-cookie (>= 1.0.2, < 2.0)
@@ -63,29 +64,31 @@ GEM
63
64
  rspec-expectations (3.11.0)
64
65
  diff-lcs (>= 1.2.0, < 2.0)
65
66
  rspec-support (~> 3.11.0)
66
- rspec-mocks (3.11.0)
67
+ rspec-mocks (3.11.1)
67
68
  diff-lcs (>= 1.2.0, < 2.0)
68
69
  rspec-support (~> 3.11.0)
69
70
  rspec-support (3.11.0)
70
- rubocop (1.25.1)
71
+ rubocop (1.35.0)
72
+ json (~> 2.3)
71
73
  parallel (~> 1.10)
72
- parser (>= 3.1.0.0)
74
+ parser (>= 3.1.2.1)
73
75
  rainbow (>= 2.2.2, < 4.0)
74
76
  regexp_parser (>= 1.8, < 3.0)
75
- rexml
76
- rubocop-ast (>= 1.15.1, < 2.0)
77
+ rexml (>= 3.2.5, < 4.0)
78
+ rubocop-ast (>= 1.20.1, < 2.0)
77
79
  ruby-progressbar (~> 1.7)
78
80
  unicode-display_width (>= 1.4.0, < 3.0)
79
- rubocop-ast (1.16.0)
81
+ rubocop-ast (1.21.0)
80
82
  parser (>= 3.1.1.0)
81
- rubocop-rspec (2.9.0)
82
- rubocop (~> 1.19)
83
+ rubocop-rspec (2.12.1)
84
+ rubocop (~> 1.31)
83
85
  ruby-progressbar (1.11.0)
84
86
  rubyzip (2.3.2)
85
- selenium-webdriver (4.1.0)
87
+ selenium-webdriver (4.4.0)
86
88
  childprocess (>= 0.5, < 5.0)
87
89
  rexml (~> 3.2, >= 3.2.5)
88
- rubyzip (>= 1.2.2)
90
+ rubyzip (>= 1.2.2, < 3.0)
91
+ websocket (~> 1.0)
89
92
  simplecov (0.21.2)
90
93
  docile (~> 1.1)
91
94
  simplecov-html (~> 0.11)
@@ -94,15 +97,17 @@ GEM
94
97
  simplecov_json_formatter (0.1.4)
95
98
  unf (0.1.4)
96
99
  unf_ext
97
- unf_ext (0.0.8)
98
- unicode-display_width (2.1.0)
99
- webmock (3.14.0)
100
+ unf_ext (0.0.8.2)
101
+ unicode-display_width (2.2.0)
102
+ webmock (3.18.1)
100
103
  addressable (>= 2.8.0)
101
104
  crack (>= 0.3.2)
102
105
  hashdiff (>= 0.4.0, < 2.0.0)
106
+ websocket (1.2.9)
103
107
 
104
108
  PLATFORMS
105
109
  x86_64-darwin-19
110
+ x86_64-darwin-20
106
111
  x86_64-linux
107
112
 
108
113
  DEPENDENCIES
@@ -116,4 +121,4 @@ DEPENDENCIES
116
121
  webmock (~> 3.14)
117
122
 
118
123
  BUNDLED WITH
119
- 2.2.17
124
+ 2.3.11
@@ -49,8 +49,10 @@ module AtreaControl
49
49
  end
50
50
 
51
51
  def power=(value)
52
- v = parser.input(@user_ctrl.sensors["power_input"], value.to_s)
53
- write(v)
52
+ v = [parser.input(@user_ctrl.sensors["power_input"], value.to_s)]
53
+ # overtake schedule control
54
+ v << "H1070000002" if value.to_i.positive?
55
+ write(*v)
54
56
  end
55
57
 
56
58
  def parsed
@@ -2,6 +2,6 @@
2
2
 
3
3
  module AtreaControl
4
4
 
5
- VERSION = "2.1.0"
5
+ VERSION = "2.1.1"
6
6
 
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atrea_control
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukáš Pokorný
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-02-28 00:00:00.000000000 Z
11
+ date: 2022-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -118,7 +118,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  - !ruby/object:Gem::Version
119
119
  version: '0'
120
120
  requirements: []
121
- rubygems_version: 3.1.4
121
+ rubygems_version: 3.3.11
122
122
  signing_key:
123
123
  specification_version: 4
124
124
  summary: Get data control.atrea.eu