velbus-aio 2024.7.5__py3-none-any.whl → 2024.10.0__py3-none-any.whl

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.

Potentially problematic release.


This version of velbus-aio might be problematic. Click here for more details.

Files changed (96) hide show
  1. {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.10.0.dist-info}/METADATA +8 -5
  2. {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.10.0.dist-info}/RECORD +95 -15
  3. {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.10.0.dist-info}/WHEEL +1 -1
  4. velbusaio/channels.py +2 -2
  5. velbusaio/command_registry.py +6 -5
  6. velbusaio/const.py +1 -1
  7. velbusaio/controller.py +8 -5
  8. velbusaio/handler.py +73 -59
  9. velbusaio/messages/__init__.py +2 -2
  10. velbusaio/messages/edge_set_color.py +1 -0
  11. velbusaio/module.py +47 -29
  12. velbusaio/module_spec/01.json +50 -0
  13. velbusaio/module_spec/02.json +11 -0
  14. velbusaio/module_spec/03.json +18 -0
  15. velbusaio/module_spec/05.json +36 -0
  16. velbusaio/module_spec/06.json +101 -0
  17. velbusaio/module_spec/07.json +11 -0
  18. velbusaio/module_spec/08.json +26 -0
  19. velbusaio/module_spec/09.json +24 -0
  20. velbusaio/module_spec/0A.json +46 -0
  21. velbusaio/module_spec/0B.json +46 -0
  22. velbusaio/module_spec/0C.json +13 -0
  23. velbusaio/module_spec/0E.json +25 -0
  24. velbusaio/module_spec/0F.json +11 -0
  25. velbusaio/module_spec/10.json +100 -0
  26. velbusaio/module_spec/11.json +100 -0
  27. velbusaio/module_spec/12.json +63 -0
  28. velbusaio/module_spec/13.json +4 -0
  29. velbusaio/module_spec/14.json +11 -0
  30. velbusaio/module_spec/15.json +80 -0
  31. velbusaio/module_spec/16.json +119 -0
  32. velbusaio/module_spec/17.json +119 -0
  33. velbusaio/module_spec/18.json +119 -0
  34. velbusaio/module_spec/1A.json +73 -0
  35. velbusaio/module_spec/1B.json +100 -0
  36. velbusaio/module_spec/1D.json +83 -0
  37. velbusaio/module_spec/1E.json +295 -0
  38. velbusaio/module_spec/1F.json +167 -0
  39. velbusaio/module_spec/20.json +167 -0
  40. velbusaio/module_spec/21.json +291 -0
  41. velbusaio/module_spec/22.json +323 -0
  42. velbusaio/module_spec/23.json +129 -0
  43. velbusaio/module_spec/25.json +3 -0
  44. velbusaio/module_spec/28.json +419 -0
  45. velbusaio/module_spec/29.json +228 -0
  46. velbusaio/module_spec/2A.json +239 -0
  47. velbusaio/module_spec/2B.json +239 -0
  48. velbusaio/module_spec/2C.json +257 -0
  49. velbusaio/module_spec/2D.json +295 -0
  50. velbusaio/module_spec/2E.json +212 -0
  51. velbusaio/module_spec/2F.json +208 -0
  52. velbusaio/module_spec/30.json +46 -0
  53. velbusaio/module_spec/31.json +465 -0
  54. velbusaio/module_spec/32.json +357 -0
  55. velbusaio/module_spec/33.json +239 -0
  56. velbusaio/module_spec/34.json +157 -0
  57. velbusaio/module_spec/35.json +157 -0
  58. velbusaio/module_spec/36.json +157 -0
  59. velbusaio/module_spec/37.json +297 -0
  60. velbusaio/module_spec/38.json +102 -0
  61. velbusaio/module_spec/39.json +4 -0
  62. velbusaio/module_spec/3A.json +295 -0
  63. velbusaio/module_spec/3B.json +295 -0
  64. velbusaio/module_spec/3C.json +295 -0
  65. velbusaio/module_spec/3D.json +419 -0
  66. velbusaio/module_spec/3E.json +295 -0
  67. velbusaio/module_spec/3F.json +4 -0
  68. velbusaio/module_spec/40.json +4 -0
  69. velbusaio/module_spec/41.json +233 -0
  70. velbusaio/module_spec/42.json +4 -0
  71. velbusaio/module_spec/43.json +11 -0
  72. velbusaio/module_spec/44.json +26 -0
  73. velbusaio/module_spec/45.json +4 -0
  74. velbusaio/module_spec/48.json +100 -0
  75. velbusaio/module_spec/49.json +100 -0
  76. velbusaio/module_spec/4A.json +4 -0
  77. velbusaio/module_spec/4B.json +118 -0
  78. velbusaio/module_spec/4C.json +119 -0
  79. velbusaio/module_spec/4D.json +108 -0
  80. velbusaio/module_spec/4E.json +443 -0
  81. velbusaio/module_spec/4F.json +89 -0
  82. velbusaio/module_spec/50.json +89 -0
  83. velbusaio/module_spec/51.json +89 -0
  84. velbusaio/module_spec/52.json +189 -0
  85. velbusaio/module_spec/54.json +4 -0
  86. velbusaio/module_spec/55.json +4 -0
  87. velbusaio/module_spec/56.json +4 -0
  88. velbusaio/module_spec/57.json +222 -0
  89. velbusaio/module_spec/5A.json +4 -0
  90. velbusaio/module_spec/5C.json +87 -0
  91. velbusaio/module_spec/5F.json +66 -0
  92. velbusaio/module_spec/broadcast.json +67 -0
  93. velbusaio/protocol.py +1 -1
  94. velbusaio/protocol.json +0 -10194
  95. {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.10.0.dist-info}/LICENSE +0 -0
  96. {velbus_aio-2024.7.5.dist-info → velbus_aio-2024.10.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,89 @@
1
+ {
2
+ "AllChannelStatus": "FF",
3
+ "ChannelNumbers": {
4
+ "Name": {
5
+ "Convert": "hex"
6
+ }
7
+ },
8
+ "Channels": {
9
+ "01": {
10
+ "Name": "Push button 1",
11
+ "Type": "Button"
12
+ },
13
+ "02": {
14
+ "Name": "Virtual button 2",
15
+ "Type": "Button"
16
+ },
17
+ "03": {
18
+ "Name": "Virtual button 3",
19
+ "Type": "Button"
20
+ },
21
+ "04": {
22
+ "Name": "Virtual button 4",
23
+ "Type": "Button"
24
+ },
25
+ "05": {
26
+ "Name": "Virtual button 5",
27
+ "Type": "Button"
28
+ },
29
+ "06": {
30
+ "Name": "Virtual button 6",
31
+ "Type": "Button"
32
+ },
33
+ "07": {
34
+ "Name": "Virtual button 7",
35
+ "Type": "Button"
36
+ },
37
+ "08": {
38
+ "Name": "Virtual button 8",
39
+ "Type": "Button"
40
+ },
41
+ "09": {
42
+ "Name": "Temperature",
43
+ "Type": "Temperature"
44
+ },
45
+ "10": {
46
+ "Name": "Heater",
47
+ "Type": "ThermostatChannel"
48
+ },
49
+ "11": {
50
+ "Name": "Boost",
51
+ "Type": "ThermostatChannel"
52
+ },
53
+ "12": {
54
+ "Name": "Pump",
55
+ "Type": "ThermostatChannel"
56
+ },
57
+ "13": {
58
+ "Name": "Cooler",
59
+ "Type": "ThermostatChannel"
60
+ },
61
+ "14": {
62
+ "Name": "Alarm 1",
63
+ "Type": "ThermostatChannel"
64
+ },
65
+ "15": {
66
+ "Name": "Alarm 2",
67
+ "Type": "ThermostatChannel"
68
+ },
69
+ "16": {
70
+ "Name": "Alarm 3",
71
+ "Type": "ThermostatChannel"
72
+ },
73
+ "17": {
74
+ "Name": "Alarm 4",
75
+ "Type": "ThermostatChannel"
76
+ },
77
+ "18": {
78
+ "Name": "Output",
79
+ "Type": "Relay"
80
+ },
81
+ "97": {
82
+ "Name": "Edge Lit",
83
+ "Type": "EdgeLit"
84
+ }
85
+ },
86
+ "TemperatureChannel": "09",
87
+ "ThermostatAddr": "0",
88
+ "Type": "VMBEL1-20"
89
+ }
@@ -0,0 +1,89 @@
1
+ {
2
+ "AllChannelStatus": "FF",
3
+ "ChannelNumbers": {
4
+ "Name": {
5
+ "Convert": "hex"
6
+ }
7
+ },
8
+ "Channels": {
9
+ "01": {
10
+ "Name": "Push button 1",
11
+ "Type": "Button"
12
+ },
13
+ "02": {
14
+ "Name": "Push button 2",
15
+ "Type": "Button"
16
+ },
17
+ "03": {
18
+ "Name": "Virtual button 3",
19
+ "Type": "Button"
20
+ },
21
+ "04": {
22
+ "Name": "Virtual button 4",
23
+ "Type": "Button"
24
+ },
25
+ "05": {
26
+ "Name": "Virtual button 5",
27
+ "Type": "Button"
28
+ },
29
+ "06": {
30
+ "Name": "Virtual button 6",
31
+ "Type": "Button"
32
+ },
33
+ "07": {
34
+ "Name": "Virtual button 7",
35
+ "Type": "Button"
36
+ },
37
+ "08": {
38
+ "Name": "Virtual button 8",
39
+ "Type": "Button"
40
+ },
41
+ "09": {
42
+ "Name": "Temperature",
43
+ "Type": "Temperature"
44
+ },
45
+ "10": {
46
+ "Name": "Heater",
47
+ "Type": "ThermostatChannel"
48
+ },
49
+ "11": {
50
+ "Name": "Boost",
51
+ "Type": "ThermostatChannel"
52
+ },
53
+ "12": {
54
+ "Name": "Pump",
55
+ "Type": "ThermostatChannel"
56
+ },
57
+ "13": {
58
+ "Name": "Cooler",
59
+ "Type": "ThermostatChannel"
60
+ },
61
+ "14": {
62
+ "Name": "Alarm 1",
63
+ "Type": "ThermostatChannel"
64
+ },
65
+ "15": {
66
+ "Name": "Alarm 2",
67
+ "Type": "ThermostatChannel"
68
+ },
69
+ "16": {
70
+ "Name": "Alarm 3",
71
+ "Type": "ThermostatChannel"
72
+ },
73
+ "17": {
74
+ "Name": "Alarm 4",
75
+ "Type": "ThermostatChannel"
76
+ },
77
+ "18": {
78
+ "Name": "Output",
79
+ "Type": "Relay"
80
+ },
81
+ "97": {
82
+ "Name": "Edge Lit",
83
+ "Type": "EdgeLit"
84
+ }
85
+ },
86
+ "TemperatureChannel": "09",
87
+ "ThermostatAddr": "0",
88
+ "Type": "VMBEL2-20"
89
+ }
@@ -0,0 +1,89 @@
1
+ {
2
+ "AllChannelStatus": "FF",
3
+ "ChannelNumbers": {
4
+ "Name": {
5
+ "Convert": "hex"
6
+ }
7
+ },
8
+ "Channels": {
9
+ "01": {
10
+ "Name": "Push button 1",
11
+ "Type": "Button"
12
+ },
13
+ "02": {
14
+ "Name": "Push button 2",
15
+ "Type": "Button"
16
+ },
17
+ "03": {
18
+ "Name": "Push button 3",
19
+ "Type": "Button"
20
+ },
21
+ "04": {
22
+ "Name": "Push button 4",
23
+ "Type": "Button"
24
+ },
25
+ "05": {
26
+ "Name": "Virtual button 5",
27
+ "Type": "Button"
28
+ },
29
+ "06": {
30
+ "Name": "Virtual button 6",
31
+ "Type": "Button"
32
+ },
33
+ "07": {
34
+ "Name": "Virtual button 7",
35
+ "Type": "Button"
36
+ },
37
+ "08": {
38
+ "Name": "Virtual button 8",
39
+ "Type": "Button"
40
+ },
41
+ "09": {
42
+ "Name": "Temperature",
43
+ "Type": "Temperature"
44
+ },
45
+ "10": {
46
+ "Name": "Heater",
47
+ "Type": "ThermostatChannel"
48
+ },
49
+ "11": {
50
+ "Name": "Boost",
51
+ "Type": "ThermostatChannel"
52
+ },
53
+ "12": {
54
+ "Name": "Pump",
55
+ "Type": "ThermostatChannel"
56
+ },
57
+ "13": {
58
+ "Name": "Cooler",
59
+ "Type": "ThermostatChannel"
60
+ },
61
+ "14": {
62
+ "Name": "Alarm 1",
63
+ "Type": "ThermostatChannel"
64
+ },
65
+ "15": {
66
+ "Name": "Alarm 2",
67
+ "Type": "ThermostatChannel"
68
+ },
69
+ "16": {
70
+ "Name": "Alarm 3",
71
+ "Type": "ThermostatChannel"
72
+ },
73
+ "17": {
74
+ "Name": "Alarm 4",
75
+ "Type": "ThermostatChannel"
76
+ },
77
+ "18": {
78
+ "Name": "Output",
79
+ "Type": "Relay"
80
+ },
81
+ "97": {
82
+ "Name": "Edge Lit",
83
+ "Type": "EdgeLit"
84
+ }
85
+ },
86
+ "TemperatureChannel": "09",
87
+ "ThermostatAddr": "0",
88
+ "Type": "VMBEL4-20"
89
+ }
@@ -0,0 +1,189 @@
1
+ {
2
+ "AllChannelStatus": "FF",
3
+ "ChannelNumbers": {
4
+ "Name": {
5
+ "Convert": "hex"
6
+ }
7
+ },
8
+ "Channels": {
9
+ "01": {
10
+ "Name": "Push button 1",
11
+ "Type": "Button"
12
+ },
13
+ "02": {
14
+ "Name": "Push button 2",
15
+ "Type": "Button"
16
+ },
17
+ "03": {
18
+ "Name": "Push button 3",
19
+ "Type": "Button"
20
+ },
21
+ "04": {
22
+ "Name": "Push button 4",
23
+ "Type": "Button"
24
+ },
25
+ "05": {
26
+ "Name": "Push button 5",
27
+ "Type": "Button"
28
+ },
29
+ "06": {
30
+ "Name": "Push button 6",
31
+ "Type": "Button"
32
+ },
33
+ "07": {
34
+ "Name": "Push button 7",
35
+ "Type": "Button"
36
+ },
37
+ "08": {
38
+ "Name": "Push button 8",
39
+ "Type": "Button"
40
+ },
41
+ "09": {
42
+ "Name": "Push button 9",
43
+ "Type": "Button"
44
+ },
45
+ "10": {
46
+ "Name": "Push button 10",
47
+ "Type": "Button"
48
+ },
49
+ "11": {
50
+ "Name": "Push button 11",
51
+ "Type": "Button"
52
+ },
53
+ "12": {
54
+ "Name": "Push button 12",
55
+ "Type": "Button"
56
+ },
57
+ "13": {
58
+ "Name": "Push button 13",
59
+ "Type": "Button"
60
+ },
61
+ "14": {
62
+ "Name": "Push button 14",
63
+ "Type": "Button"
64
+ },
65
+ "15": {
66
+ "Name": "Push button 15",
67
+ "Type": "Button"
68
+ },
69
+ "16": {
70
+ "Name": "Push button 16",
71
+ "Type": "Button"
72
+ },
73
+ "17": {
74
+ "Name": "Push button 17",
75
+ "Type": "Button"
76
+ },
77
+ "18": {
78
+ "Name": "Push button 18",
79
+ "Type": "Button"
80
+ },
81
+ "19": {
82
+ "Name": "Push button 19",
83
+ "Type": "Button"
84
+ },
85
+ "20": {
86
+ "Name": "Push button 10",
87
+ "Type": "Button"
88
+ },
89
+ "21": {
90
+ "Name": "Push button 21",
91
+ "Type": "Button"
92
+ },
93
+ "22": {
94
+ "Name": "Push button 22",
95
+ "Type": "Button"
96
+ },
97
+ "23": {
98
+ "Name": "Push button 23",
99
+ "Type": "Button"
100
+ },
101
+ "24": {
102
+ "Name": "Push button 24",
103
+ "Type": "Button"
104
+ },
105
+ "25": {
106
+ "Name": "Push button 25",
107
+ "Type": "Button"
108
+ },
109
+ "26": {
110
+ "Name": "Push button 26",
111
+ "Type": "Button"
112
+ },
113
+ "27": {
114
+ "Name": "Push button 27",
115
+ "Type": "Button"
116
+ },
117
+ "28": {
118
+ "Name": "Push button 28",
119
+ "Type": "Button"
120
+ },
121
+ "29": {
122
+ "Name": "Push button 29",
123
+ "Type": "Button"
124
+ },
125
+ "30": {
126
+ "Name": "Push button 30",
127
+ "Type": "Button"
128
+ },
129
+ "31": {
130
+ "Name": "Push button 31",
131
+ "Type": "Button"
132
+ },
133
+ "32": {
134
+ "Name": "Push button 32",
135
+ "Type": "Button"
136
+ },
137
+ "33": {
138
+ "Name": "Temperature",
139
+ "Type": "Temperature"
140
+ },
141
+ "34": {
142
+ "Name": "Heater",
143
+ "Type": "ThermostatChannel"
144
+ },
145
+ "35": {
146
+ "Name": "Boost",
147
+ "Type": "ThermostatChannel"
148
+ },
149
+ "36": {
150
+ "Name": "Pump",
151
+ "Type": "ThermostatChannel"
152
+ },
153
+ "37": {
154
+ "Name": "Cooler",
155
+ "Type": "ThermostatChannel"
156
+ },
157
+ "38": {
158
+ "Name": "Alarm 1",
159
+ "Type": "ThermostatChannel"
160
+ },
161
+ "39": {
162
+ "Name": "Alarm 2",
163
+ "Type": "ThermostatChannel"
164
+ },
165
+ "40": {
166
+ "Name": "Alarm 3",
167
+ "Type": "ThermostatChannel"
168
+ },
169
+ "41": {
170
+ "Name": "Alarm 4",
171
+ "Type": "ThermostatChannel"
172
+ },
173
+ "42": {
174
+ "Name": "Output",
175
+ "Type": "Relay"
176
+ },
177
+ "97": {
178
+ "Name": "Edge Lit",
179
+ "Type": "EdgeLit"
180
+ },
181
+ "98": {
182
+ "Name": "Memo Text",
183
+ "Type": "Memo"
184
+ }
185
+ },
186
+ "TemperatureChannel": "33",
187
+ "ThermostatAddr": "3",
188
+ "Type": "VMBELO-20"
189
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "Info": "1 Button Touch panel",
3
+ "Type": "VMBGP1-20"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "Info": "2 Button Touch panel",
3
+ "Type": "VMBGP2-20"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "Info": "4 Button Touch panel",
3
+ "Type": "VMBGP4-20"
4
+ }
@@ -0,0 +1,222 @@
1
+ {
2
+ "AllChannelStatus": "FF",
3
+ "ChannelNumbers": {
4
+ "Name": {
5
+ "Convert": "hex",
6
+ "Map": {
7
+ "21": "34"
8
+ }
9
+ }
10
+ },
11
+ "Channels": {
12
+ "01": {
13
+ "Editable": "yes",
14
+ "Name": "Push button 1",
15
+ "Type": "Button"
16
+ },
17
+ "02": {
18
+ "Editable": "yes",
19
+ "Name": "Push button 2",
20
+ "Type": "Button"
21
+ },
22
+ "03": {
23
+ "Editable": "yes",
24
+ "Name": "Push button 3",
25
+ "Type": "Button"
26
+ },
27
+ "04": {
28
+ "Editable": "yes",
29
+ "Name": "Push button 4",
30
+ "Type": "Button"
31
+ },
32
+ "05": {
33
+ "Editable": "yes",
34
+ "Name": "Push button 5",
35
+ "Type": "Button"
36
+ },
37
+ "06": {
38
+ "Editable": "yes",
39
+ "Name": "Push button 6",
40
+ "Type": "Button"
41
+ },
42
+ "07": {
43
+ "Editable": "yes",
44
+ "Name": "Push button 7",
45
+ "Type": "Button"
46
+ },
47
+ "08": {
48
+ "Editable": "yes",
49
+ "Name": "Push button 8",
50
+ "Type": "Button"
51
+ },
52
+ "09": {
53
+ "Editable": "yes",
54
+ "Name": "Push button 9",
55
+ "Type": "Button"
56
+ },
57
+ "10": {
58
+ "Editable": "yes",
59
+ "Name": "Push button 10",
60
+ "Type": "Button"
61
+ },
62
+ "11": {
63
+ "Editable": "yes",
64
+ "Name": "Push button 11",
65
+ "Type": "Button"
66
+ },
67
+ "12": {
68
+ "Editable": "yes",
69
+ "Name": "Push button 12",
70
+ "Type": "Button"
71
+ },
72
+ "13": {
73
+ "Editable": "yes",
74
+ "Name": "Push button 13",
75
+ "Type": "Button"
76
+ },
77
+ "14": {
78
+ "Editable": "yes",
79
+ "Name": "Push button 14",
80
+ "Type": "Button"
81
+ },
82
+ "15": {
83
+ "Editable": "yes",
84
+ "Name": "Push button 15",
85
+ "Type": "Button"
86
+ },
87
+ "16": {
88
+ "Editable": "yes",
89
+ "Name": "Push button 16",
90
+ "Type": "Button"
91
+ },
92
+ "17": {
93
+ "Editable": "yes",
94
+ "Name": "Push button 17",
95
+ "Type": "Button"
96
+ },
97
+ "18": {
98
+ "Editable": "yes",
99
+ "Name": "Push button 18",
100
+ "Type": "Button"
101
+ },
102
+ "19": {
103
+ "Editable": "yes",
104
+ "Name": "Push button 19",
105
+ "Type": "Button"
106
+ },
107
+ "20": {
108
+ "Editable": "yes",
109
+ "Name": "Push button 10",
110
+ "Type": "Button"
111
+ },
112
+ "21": {
113
+ "Editable": "yes",
114
+ "Name": "Push button 21",
115
+ "Type": "Button"
116
+ },
117
+ "22": {
118
+ "Editable": "yes",
119
+ "Name": "Push button 22",
120
+ "Type": "Button"
121
+ },
122
+ "23": {
123
+ "Editable": "yes",
124
+ "Name": "Push button 23",
125
+ "Type": "Button"
126
+ },
127
+ "24": {
128
+ "Editable": "yes",
129
+ "Name": "Push button 24",
130
+ "Type": "Button"
131
+ },
132
+ "25": {
133
+ "Editable": "yes",
134
+ "Name": "Push button 25",
135
+ "Type": "Button"
136
+ },
137
+ "26": {
138
+ "Editable": "yes",
139
+ "Name": "Push button 26",
140
+ "Type": "Button"
141
+ },
142
+ "27": {
143
+ "Editable": "yes",
144
+ "Name": "Push button 27",
145
+ "Type": "Button"
146
+ },
147
+ "28": {
148
+ "Editable": "yes",
149
+ "Name": "Push button 28",
150
+ "Type": "Button"
151
+ },
152
+ "29": {
153
+ "Editable": "yes",
154
+ "Name": "Push button 29",
155
+ "Type": "Button"
156
+ },
157
+ "30": {
158
+ "Editable": "yes",
159
+ "Name": "Push button 30",
160
+ "Type": "Button"
161
+ },
162
+ "31": {
163
+ "Editable": "yes",
164
+ "Name": "Push button 31",
165
+ "Type": "Button"
166
+ },
167
+ "32": {
168
+ "Editable": "yes",
169
+ "Name": "Push button 32",
170
+ "Type": "Button"
171
+ },
172
+ "34": {
173
+ "Editable": "yes",
174
+ "Name": "Temperature",
175
+ "Type": "Temperature"
176
+ },
177
+ "35": {
178
+ "Name": "Heater",
179
+ "Type": "ThermostatChannel"
180
+ },
181
+ "36": {
182
+ "Name": "Boost",
183
+ "Type": "ThermostatChannel"
184
+ },
185
+ "37": {
186
+ "Name": "Pump",
187
+ "Type": "ThermostatChannel"
188
+ },
189
+ "38": {
190
+ "Name": "Cooler",
191
+ "Type": "ThermostatChannel"
192
+ },
193
+ "39": {
194
+ "Name": "Alarm 1",
195
+ "Type": "ThermostatChannel"
196
+ },
197
+ "40": {
198
+ "Name": "Alarm 2",
199
+ "Type": "ThermostatChannel"
200
+ },
201
+ "41": {
202
+ "Name": "Alarm 3",
203
+ "Type": "ThermostatChannel"
204
+ },
205
+ "42": {
206
+ "Name": "Alarm 4",
207
+ "Type": "ThermostatChannel"
208
+ },
209
+ "96": {
210
+ "Name": "SelectedProgram",
211
+ "Type": "SelectedProgram"
212
+ },
213
+ "98": {
214
+ "Name": "Memo Text",
215
+ "Type": "Memo"
216
+ }
217
+ },
218
+ "TemperatureChannel": "34",
219
+ "ThermostatAddr": "3",
220
+ "Info": "Touch panel with Oled display",
221
+ "Type": "VMBGPO-20"
222
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "Info": "Dali module",
3
+ "Type": "VMBDALI-20"
4
+ }