Skip to content

Commit 0a39a07

Browse files
authored
Merge pull request #23 from dtswk/main
Added reading for missed blocks prevented Free Cooling display correctly (#21)
2 parents 747c17a + 6e82ae7 commit 0a39a07

File tree

1 file changed

+15
-15
lines changed
  • custom_components/systemair

1 file changed

+15
-15
lines changed

custom_components/systemair/api.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@
3131

3232
READ_BLOCKS = [
3333
(1001, 62),
34-
(1101, 80),
35-
(1271, 4),
36-
(1353, 1),
34+
(1101, 88),
35+
(1201, 74),
36+
(1351, 3),
3737
(2001, 125),
3838
(2126, 24),
39-
(2317, 2),
40-
(2419, 1),
41-
(2453, 1),
42-
(2505, 1),
39+
(2201, 63),
40+
(2311, 8),
41+
(2401, 53),
42+
(2504, 18),
4343
(3002, 116),
4444
(4001, 12),
45-
(4100, 1),
46-
(7005, 2),
47-
(12102, 40),
48-
(12306, 12),
49-
(12401, 2),
45+
(4101, 20),
46+
(7001, 6),
47+
(12101, 41),
48+
(12301, 17),
49+
(12401, 5),
5050
(12544, 1),
5151
(14001, 4),
5252
(14101, 5),
53-
(14201, 2),
54-
(14301, 6),
53+
(14201, 4),
54+
(14301, 11),
5555
(14381, 1),
5656
(15016, 125),
5757
(15141, 125),
@@ -60,7 +60,7 @@
6060
(15516, 125),
6161
(15641, 125),
6262
(15766, 125),
63-
(15891, 13),
63+
(15891, 20),
6464
]
6565

6666

0 commit comments

Comments
 (0)