@o-lukas/homebridge-smartthings-tv 3.0.0-alpha.4 → 3.0.0-alpha.5
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.
- package/CHANGELOG.md +76 -72
- package/homebridge-ui/public/index.html +15 -34
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
|
-
# [3.0.0-alpha.
|
|
1
|
+
# [3.0.0-alpha.5](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.0-alpha.4...v3.0.0-alpha.5) (2025-10-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
2
5
|
|
|
6
|
+
* prevent null assigns of OAuth client id & secret ([5b43f4b](https://github.com/o-lukas/homebridge-smartthings-tv/commit/5b43f4b561903aa16f54f0816b6f5473781b2bc1))
|
|
7
|
+
|
|
8
|
+
# [3.0.0-alpha.4](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.0-alpha.3...v3.0.0-alpha.4) (2025-10-22)
|
|
3
9
|
|
|
4
10
|
### Features
|
|
5
11
|
|
|
6
12
|
* generate CHANGELOG.md ([b4a545a](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b4a545acebe093375f5ec66c24e0bdf28fab8762))
|
|
7
13
|
|
|
8
|
-
#
|
|
9
|
-
|
|
10
|
-
## [3.0.0-alpha.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2025-10-22)
|
|
14
|
+
# [3.0.0-alpha.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2025-10-22)
|
|
11
15
|
|
|
12
16
|
### Features
|
|
13
17
|
|
|
@@ -17,13 +21,13 @@
|
|
|
17
21
|
|
|
18
22
|
* don't close wizard when configChanged callback is called ([0c66020](https://github.com/o-lukas/homebridge-smartthings-tv/commit/0c6602055d400f497daa16272c5f5dac5829bb0c)), closes [#494](https://github.com/o-lukas/homebridge-smartthings-tv/issues/494)
|
|
19
23
|
|
|
20
|
-
|
|
24
|
+
# [3.0.0-alpha.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v3.0.0-alpha.1...v3.0.0-alpha.2) (2025-10-22)
|
|
21
25
|
|
|
22
26
|
### Features
|
|
23
27
|
|
|
24
28
|
* add logging to custom UI ([11e9dc1](https://github.com/o-lukas/homebridge-smartthings-tv/commit/11e9dc1b8c6311310fe2908e7cabd1691c57fb9d))
|
|
25
29
|
|
|
26
|
-
|
|
30
|
+
# [3.0.0-alpha.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.8.0...v3.0.0-alpha.1) (2025-10-12)
|
|
27
31
|
|
|
28
32
|
### ⚠ BREAKING CHANGES
|
|
29
33
|
|
|
@@ -37,7 +41,7 @@
|
|
|
37
41
|
|
|
38
42
|
* bump ping from 0.4.4 to 1.0.0 ([ec75f4a](https://github.com/o-lukas/homebridge-smartthings-tv/commit/ec75f4adb157c6be5137a4da21d52ed16247366e))
|
|
39
43
|
|
|
40
|
-
|
|
44
|
+
# [2.8.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.7.3...v2.8.0) (2025-07-11)
|
|
41
45
|
|
|
42
46
|
### Features
|
|
43
47
|
|
|
@@ -48,39 +52,39 @@
|
|
|
48
52
|
|
|
49
53
|
* add error message if picture/sound mode capability is missing ([5278296](https://github.com/o-lukas/homebridge-smartthings-tv/commit/5278296ee72346905dbe004a6fa4fb85db26ce0a))
|
|
50
54
|
|
|
51
|
-
|
|
55
|
+
# [2.7.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.7.2...v2.7.3) (2025-06-12)
|
|
52
56
|
|
|
53
57
|
### Bug Fixes
|
|
54
58
|
|
|
55
59
|
* add default empty config if none is present ([17ea070](https://github.com/o-lukas/homebridge-smartthings-tv/commit/17ea0705bcb751f3bdf3129a95ffd50af15610a6)), closes [#468](https://github.com/o-lukas/homebridge-smartthings-tv/issues/468) [#473](https://github.com/o-lukas/homebridge-smartthings-tv/issues/473)
|
|
56
60
|
* bump @homebridge/plugin-ui-utils from 2.0.2 to 2.1.0 ([4eded1e](https://github.com/o-lukas/homebridge-smartthings-tv/commit/4eded1e028bff9a304a30fdff1f9ccce6728b3d5))
|
|
57
61
|
|
|
58
|
-
|
|
62
|
+
# [2.7.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.7.1...v2.7.2) (2025-04-21)
|
|
59
63
|
|
|
60
64
|
### Bug Fixes
|
|
61
65
|
|
|
62
66
|
* bump @homebridge/plugin-ui-utils from 2.0.1 to 2.0.2 ([b459b01](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b459b015a1d4c225d2c01e94ec0287a9cf141f3a))
|
|
63
67
|
|
|
64
|
-
|
|
68
|
+
# [2.7.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.7.0...v2.7.1) (2025-03-30)
|
|
65
69
|
|
|
66
70
|
### Bug Fixes
|
|
67
71
|
|
|
68
72
|
* add soundbar input source warning ([7a73271](https://github.com/o-lukas/homebridge-smartthings-tv/commit/7a73271c7cbac0f411d604c5e24a0d607301bf6d))
|
|
69
73
|
* catch errors in capability registration ([9eac1ff](https://github.com/o-lukas/homebridge-smartthings-tv/commit/9eac1ff9430cc330b172454f789a9da0884dc31f))
|
|
70
74
|
|
|
71
|
-
|
|
75
|
+
# [2.7.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.6.1...v2.7.0) (2025-03-30)
|
|
72
76
|
|
|
73
77
|
### Features
|
|
74
78
|
|
|
75
79
|
* optionally register input sources as switches ([f7c6f06](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f7c6f06dbcf2502e3e08a20051167eb7606681f6)), closes [#460](https://github.com/o-lukas/homebridge-smartthings-tv/issues/460)
|
|
76
80
|
|
|
77
|
-
|
|
81
|
+
# [2.6.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.6.0...v2.6.1) (2025-03-21)
|
|
78
82
|
|
|
79
83
|
### Bug Fixes
|
|
80
84
|
|
|
81
85
|
* update config validation for OAuth ([695828a](https://github.com/o-lukas/homebridge-smartthings-tv/commit/695828a4fda070def3a53cd978ee3e00df926ebe)), closes [#458](https://github.com/o-lukas/homebridge-smartthings-tv/issues/458)
|
|
82
86
|
|
|
83
|
-
|
|
87
|
+
# [2.6.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.5.0...v2.6.0) (2025-03-16)
|
|
84
88
|
|
|
85
89
|
### Features
|
|
86
90
|
|
|
@@ -93,7 +97,7 @@
|
|
|
93
97
|
* bump dependency versions ([0263d26](https://github.com/o-lukas/homebridge-smartthings-tv/commit/0263d26bde60fc3848062faed735f4a99e758784))
|
|
94
98
|
* **oauth:** handle undefined values in OAuth wizard ([891415a](https://github.com/o-lukas/homebridge-smartthings-tv/commit/891415a6203f942f856ca1284725b534a6efb63b))
|
|
95
99
|
|
|
96
|
-
|
|
100
|
+
# [2.5.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.4.0...v2.5.0) (2025-01-12)
|
|
97
101
|
|
|
98
102
|
### Features
|
|
99
103
|
|
|
@@ -103,63 +107,63 @@
|
|
|
103
107
|
|
|
104
108
|
* accessories not being published when active identifier can't be reset ([9d8decd](https://github.com/o-lukas/homebridge-smartthings-tv/commit/9d8decdf61d29e712eb1bccdd68bdf2df3be99cd))
|
|
105
109
|
|
|
106
|
-
|
|
110
|
+
# [2.4.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.8...v2.4.0) (2024-12-01)
|
|
107
111
|
|
|
108
112
|
### Features
|
|
109
113
|
|
|
110
114
|
* make supported device types configurable ([a013106](https://github.com/o-lukas/homebridge-smartthings-tv/commit/a0131060640e5e695044bdd6026f1827ee959577)), closes [#430](https://github.com/o-lukas/homebridge-smartthings-tv/issues/430)
|
|
111
115
|
|
|
112
|
-
|
|
116
|
+
# [2.3.8](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.7...v2.3.8) (2024-11-30)
|
|
113
117
|
|
|
114
118
|
### Bug Fixes
|
|
115
119
|
|
|
116
120
|
* support node v22.x ([784d906](https://github.com/o-lukas/homebridge-smartthings-tv/commit/784d9062b74c9d7dca6876a406970fa0b7ecf5ff)), closes [#428](https://github.com/o-lukas/homebridge-smartthings-tv/issues/428)
|
|
117
121
|
|
|
118
|
-
|
|
122
|
+
# [2.3.7](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.6...v2.3.7) (2024-10-21)
|
|
119
123
|
|
|
120
124
|
### Bug Fixes
|
|
121
125
|
|
|
122
126
|
* bump @smartthings/core-sdk from 8.3.1 to 8.3.2 ([6fbdb06](https://github.com/o-lukas/homebridge-smartthings-tv/commit/6fbdb068691ec1c47120a3c87a0199ca122d3c5f))
|
|
123
127
|
|
|
124
|
-
|
|
128
|
+
# [2.3.6](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.5...v2.3.6) (2024-10-03)
|
|
125
129
|
|
|
126
130
|
### Bug Fixes
|
|
127
131
|
|
|
128
132
|
* catch errors when registering capabilities ([9d32607](https://github.com/o-lukas/homebridge-smartthings-tv/commit/9d32607259e0a93937427d2af32e3ff7cd9bbe91)), closes [#410](https://github.com/o-lukas/homebridge-smartthings-tv/issues/410)
|
|
129
133
|
|
|
130
|
-
|
|
134
|
+
# [2.3.5](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.4...v2.3.5) (2024-10-01)
|
|
131
135
|
|
|
132
136
|
### Bug Fixes
|
|
133
137
|
|
|
134
138
|
* remove debugging values ([6a5f0bd](https://github.com/o-lukas/homebridge-smartthings-tv/commit/6a5f0bd3d78584cb5ceeb3e53900791c4c94e203))
|
|
135
139
|
|
|
136
|
-
|
|
140
|
+
# [2.3.4](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.3...v2.3.4) (2024-10-01)
|
|
137
141
|
|
|
138
142
|
### Bug Fixes
|
|
139
143
|
|
|
140
144
|
* handle invalid volume values ([5421170](https://github.com/o-lukas/homebridge-smartthings-tv/commit/54211702ccbe3e024e791fba9de5e90bb9de153a))
|
|
141
145
|
* publish all external accessory at once ([b20ac1d](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b20ac1d1b4dbc8ef6b3f97abbdd595dc89cb138c)), closes [#410](https://github.com/o-lukas/homebridge-smartthings-tv/issues/410)
|
|
142
146
|
|
|
143
|
-
|
|
147
|
+
# [2.3.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.2...v2.3.3) (2024-09-27)
|
|
144
148
|
|
|
145
149
|
### Bug Fixes
|
|
146
150
|
|
|
147
151
|
* replace JSON file for app declarations ([8aef6d3](https://github.com/o-lukas/homebridge-smartthings-tv/commit/8aef6d3cd67f15df33b9259846ebb874c9a43a62)), closes [#413](https://github.com/o-lukas/homebridge-smartthings-tv/issues/413)
|
|
148
152
|
* set UUID for external accessory context ([569ead2](https://github.com/o-lukas/homebridge-smartthings-tv/commit/569ead2d5a30f9045312f6d14c7d35352486486d)), closes [#410](https://github.com/o-lukas/homebridge-smartthings-tv/issues/410)
|
|
149
153
|
|
|
150
|
-
|
|
154
|
+
# [2.3.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.1...v2.3.2) (2024-09-15)
|
|
151
155
|
|
|
152
156
|
### Bug Fixes
|
|
153
157
|
|
|
154
158
|
* bump @smartthings/core-sdk from 8.2.0 to 8.3.1 ([196ab02](https://github.com/o-lukas/homebridge-smartthings-tv/commit/196ab027b2d07f58af663783803041643d0600b5))
|
|
155
159
|
|
|
156
|
-
|
|
160
|
+
# [2.3.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.3.0...v2.3.1) (2024-08-24)
|
|
157
161
|
|
|
158
162
|
### Bug Fixes
|
|
159
163
|
|
|
160
164
|
* use assert instead of with for import assertions ([0e32018](https://github.com/o-lukas/homebridge-smartthings-tv/commit/0e320189a821b1fae386a3006e597c54280771c8)), closes [#403](https://github.com/o-lukas/homebridge-smartthings-tv/issues/403)
|
|
161
165
|
|
|
162
|
-
|
|
166
|
+
# [2.3.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.2.0...v2.3.0) (2024-08-18)
|
|
163
167
|
|
|
164
168
|
### Features
|
|
165
169
|
|
|
@@ -170,51 +174,51 @@
|
|
|
170
174
|
* make device id mandatory in schema ([697ef81](https://github.com/o-lukas/homebridge-smartthings-tv/commit/697ef81208981bf5730fa0b9fd9219b729aebaeb))
|
|
171
175
|
* show soundbars as TV_SET_TOP_BOX ([b17d392](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b17d39256d4cd7dc3430b0dc7d43219c9f82c147))
|
|
172
176
|
|
|
173
|
-
|
|
177
|
+
# [2.2.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.1.3...v2.2.0) (2024-08-18)
|
|
174
178
|
|
|
175
179
|
### Features
|
|
176
180
|
|
|
177
181
|
* implement basic support for SoundBars ([94527ed](https://github.com/o-lukas/homebridge-smartthings-tv/commit/94527edbc2a6ab41708f71fe8e15df3919a35417)), closes [#384](https://github.com/o-lukas/homebridge-smartthings-tv/issues/384)
|
|
178
182
|
|
|
179
|
-
|
|
183
|
+
# [2.1.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.1.2...v2.1.3) (2024-08-16)
|
|
180
184
|
|
|
181
185
|
### Bug Fixes
|
|
182
186
|
|
|
183
187
|
* bump axios to >1.7.3 ([faccda8](https://github.com/o-lukas/homebridge-smartthings-tv/commit/faccda885ca96e36c4c22c0f33550bd0b4ad5a57))
|
|
184
188
|
|
|
185
|
-
|
|
189
|
+
# [2.1.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.1.1...v2.1.2) (2024-07-05)
|
|
186
190
|
|
|
187
191
|
### Bug Fixes
|
|
188
192
|
|
|
189
193
|
* change log level of possible info key values ([cda1315](https://github.com/o-lukas/homebridge-smartthings-tv/commit/cda13158e23fa6262eedfc4928d06e3818ab7cca))
|
|
190
194
|
|
|
191
|
-
|
|
195
|
+
# [2.1.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.1.0...v2.1.1) (2024-06-30)
|
|
192
196
|
|
|
193
197
|
### Bug Fixes
|
|
194
198
|
|
|
195
199
|
* remove debugging value ([fa842d2](https://github.com/o-lukas/homebridge-smartthings-tv/commit/fa842d2c33681951d8cb79943903357a16afebc3))
|
|
196
200
|
|
|
197
|
-
|
|
201
|
+
# [2.1.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.0.3...v2.1.0) (2024-06-28)
|
|
198
202
|
|
|
199
203
|
### Features
|
|
200
204
|
|
|
201
205
|
* add property to control info key behavior ([c34159d](https://github.com/o-lukas/homebridge-smartthings-tv/commit/c34159db0aefd13341535ab551ef31261289b8a3)), closes [#368](https://github.com/o-lukas/homebridge-smartthings-tv/issues/368)
|
|
202
206
|
* add property to permanently override display name ([9d34b29](https://github.com/o-lukas/homebridge-smartthings-tv/commit/9d34b29c56c99484b5621c4badd9aecdd55d33e4)), closes [#367](https://github.com/o-lukas/homebridge-smartthings-tv/issues/367)
|
|
203
207
|
|
|
204
|
-
|
|
208
|
+
# [2.0.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.0.2...v2.0.3) (2024-04-28)
|
|
205
209
|
|
|
206
210
|
### Bug Fixes
|
|
207
211
|
|
|
208
212
|
* renamed deviceBlacklist to deviceBlocklist ([eb04095](https://github.com/o-lukas/homebridge-smartthings-tv/commit/eb04095bf740539c2a7263ce57e88c79d6c24c61))
|
|
209
213
|
|
|
210
|
-
|
|
214
|
+
# [2.0.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.0.1...v2.0.2) (2024-04-27)
|
|
211
215
|
|
|
212
216
|
### Bug Fixes
|
|
213
217
|
|
|
214
218
|
* bump @smartthings/core-sdk from 8.1.3 to 8.1.4 ([1c03aca](https://github.com/o-lukas/homebridge-smartthings-tv/commit/1c03aca0c3d8ea2676681a08b7394bc8f31ad9f3))
|
|
215
219
|
* bump homebridge from 1.7.0 to 1.8.0 ([83002b3](https://github.com/o-lukas/homebridge-smartthings-tv/commit/83002b3dea40b6f9c65319b0d5032175343096c4))
|
|
216
220
|
|
|
217
|
-
|
|
221
|
+
# [2.0.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v2.0.0...v2.0.1) (2024-04-20)
|
|
218
222
|
|
|
219
223
|
### Bug Fixes
|
|
220
224
|
|
|
@@ -224,7 +228,7 @@
|
|
|
224
228
|
|
|
225
229
|
* Revert "build: only support node 20.x" ([f711123](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f711123198d88e5b9eb7baf05341e84b84d84176))
|
|
226
230
|
|
|
227
|
-
|
|
231
|
+
# [2.0.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.10.4...v2.0.0) (2024-03-16)
|
|
228
232
|
|
|
229
233
|
### ⚠ BREAKING CHANGES
|
|
230
234
|
|
|
@@ -238,31 +242,31 @@
|
|
|
238
242
|
|
|
239
243
|
* only support node 20.x ([a6edb33](https://github.com/o-lukas/homebridge-smartthings-tv/commit/a6edb330162ea789c10b17cab77a6274592b994d))
|
|
240
244
|
|
|
241
|
-
|
|
245
|
+
# [1.10.4](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.10.3...v1.10.4) (2024-03-10)
|
|
242
246
|
|
|
243
247
|
### Bug Fixes
|
|
244
248
|
|
|
245
249
|
* bump @smartthings/core-sdk from 8.1.2 to 8.1.3 ([52065fd](https://github.com/o-lukas/homebridge-smartthings-tv/commit/52065fdc46c3e0080c634d261e39d6eff0f0081e))
|
|
246
250
|
|
|
247
|
-
|
|
251
|
+
# [1.10.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.10.2...v1.10.3) (2024-01-14)
|
|
248
252
|
|
|
249
253
|
### Bug Fixes
|
|
250
254
|
|
|
251
255
|
* bump @smartthings/core-sdk from 8.1.1 to 8.1.2 ([2c137c0](https://github.com/o-lukas/homebridge-smartthings-tv/commit/2c137c08a73b016783295db04994c38aaf3f5bb6))
|
|
252
256
|
|
|
253
|
-
|
|
257
|
+
# [1.10.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.10.1...v1.10.2) (2023-12-08)
|
|
254
258
|
|
|
255
259
|
### Bug Fixes
|
|
256
260
|
|
|
257
261
|
* bump engine versions ([63e39e8](https://github.com/o-lukas/homebridge-smartthings-tv/commit/63e39e8a5e38966c843bd78918f7acf66c48da17))
|
|
258
262
|
|
|
259
|
-
|
|
263
|
+
# [1.10.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.10.0...v1.10.1) (2023-12-03)
|
|
260
264
|
|
|
261
265
|
### Bug Fixes
|
|
262
266
|
|
|
263
267
|
* fixed custom input sources begin registered as applications ([e3e5d72](https://github.com/o-lukas/homebridge-smartthings-tv/commit/e3e5d72d018bea48a5a55bccb3144e2761a30cb1))
|
|
264
268
|
|
|
265
|
-
|
|
269
|
+
# [1.10.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.9.1...v1.10.0) (2023-12-03)
|
|
266
270
|
|
|
267
271
|
### Features
|
|
268
272
|
|
|
@@ -273,43 +277,43 @@
|
|
|
273
277
|
|
|
274
278
|
* bump axios to >1.6.0 ([c285256](https://github.com/o-lukas/homebridge-smartthings-tv/commit/c2852566035e8cd874f43b1e4f825a6abc8b0b21))
|
|
275
279
|
|
|
276
|
-
|
|
280
|
+
# [1.9.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.9.0...v1.9.1) (2023-10-29)
|
|
277
281
|
|
|
278
282
|
### Bug Fixes
|
|
279
283
|
|
|
280
284
|
* bump @smartthings/core-sdk from 8.1.0 to 8.1.1 ([5e3aa25](https://github.com/o-lukas/homebridge-smartthings-tv/commit/5e3aa25f395f0890111cd5787fe99ab98e9fdce5))
|
|
281
285
|
|
|
282
|
-
|
|
286
|
+
# [1.9.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.8.3...v1.9.0) (2023-10-26)
|
|
283
287
|
|
|
284
288
|
### Features
|
|
285
289
|
|
|
286
290
|
* status polling for power state, volume & active identifier ([#231](https://github.com/o-lukas/homebridge-smartthings-tv/issues/231)) ([85ccda5](https://github.com/o-lukas/homebridge-smartthings-tv/commit/85ccda5f4823df2f20d2a8b16745233ec74257da))
|
|
287
291
|
|
|
288
|
-
|
|
292
|
+
# [1.8.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.8.2...v1.8.3) (2023-10-24)
|
|
289
293
|
|
|
290
294
|
### Bug Fixes
|
|
291
295
|
|
|
292
296
|
* bump @smartthings/core-sdk from 8.0.1 to 8.1.0 ([f6fa478](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f6fa478bafcbcdd6458f3bf0d31a6d5c4d6e17ca))
|
|
293
297
|
|
|
294
|
-
|
|
298
|
+
# [1.8.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.8.1...v1.8.2) (2023-09-29)
|
|
295
299
|
|
|
296
300
|
### Bug Fixes
|
|
297
301
|
|
|
298
302
|
* bump @smartthings/core-sdk from 8.0.0 to 8.0.1 ([5d84065](https://github.com/o-lukas/homebridge-smartthings-tv/commit/5d840657ad09ef18ac75e325e30ab6559977fa42))
|
|
299
303
|
|
|
300
|
-
|
|
304
|
+
# [1.8.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.8.0...v1.8.1) (2023-09-28)
|
|
301
305
|
|
|
302
306
|
### Bug Fixes
|
|
303
307
|
|
|
304
308
|
* bump @smartthings/core-sdk from 7.1.1 to 8.0.0 ([23e5432](https://github.com/o-lukas/homebridge-smartthings-tv/commit/23e54325ed75bdd28b500cb9be74535809e286e4))
|
|
305
309
|
|
|
306
|
-
|
|
310
|
+
# [1.8.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.7.0...v1.8.0) (2023-08-29)
|
|
307
311
|
|
|
308
312
|
### Features
|
|
309
313
|
|
|
310
314
|
* **ignore:** added property to ignore devices ([cb760b7](https://github.com/o-lukas/homebridge-smartthings-tv/commit/cb760b756170f4941e132d3b5dd5163fb9ad175f))
|
|
311
315
|
|
|
312
|
-
|
|
316
|
+
# [1.7.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.6.0...v1.7.0) (2023-08-27)
|
|
313
317
|
|
|
314
318
|
### Features
|
|
315
319
|
|
|
@@ -321,7 +325,7 @@
|
|
|
321
325
|
* added device id to accessory id ([b713f23](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b713f23d4611739f95637134bedbe18eea7bfa56))
|
|
322
326
|
* throw error when executing command fails ([4e8e2dd](https://github.com/o-lukas/homebridge-smartthings-tv/commit/4e8e2ddcb91182693a5faac6250aa813af1447fe))
|
|
323
327
|
|
|
324
|
-
|
|
328
|
+
# [1.6.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.5.0...v1.6.0) (2023-07-08)
|
|
325
329
|
|
|
326
330
|
### Features
|
|
327
331
|
|
|
@@ -346,7 +350,7 @@
|
|
|
346
350
|
* crash on empty input sources array ([cb1ae7e](https://github.com/o-lukas/homebridge-smartthings-tv/commit/cb1ae7e6d9d4b2fa344d67ae837b6da2241fb7af))
|
|
347
351
|
* prevent illegal active identifier ([d8b20f5](https://github.com/o-lukas/homebridge-smartthings-tv/commit/d8b20f5d87ae08d018428b87a8c63e8cbe302f3c))
|
|
348
352
|
|
|
349
|
-
|
|
353
|
+
# [1.5.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.4.5...v1.5.0) (2023-06-17)
|
|
350
354
|
|
|
351
355
|
### Features
|
|
352
356
|
|
|
@@ -364,13 +368,13 @@
|
|
|
364
368
|
* restore accessory caching ([b849b99](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b849b990dfe3d59c316a3e84833600764ecd2b0a))
|
|
365
369
|
* sound & display mode losing their names ([ac9b23a](https://github.com/o-lukas/homebridge-smartthings-tv/commit/ac9b23a9da5d27ae0f6119b24955d2688fdfdd69))
|
|
366
370
|
|
|
367
|
-
|
|
371
|
+
# [1.4.5](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.4.4...v1.4.5) (2023-05-19)
|
|
368
372
|
|
|
369
373
|
### Bug Fixes
|
|
370
374
|
|
|
371
375
|
* set deviceId as serial number ([5644904](https://github.com/o-lukas/homebridge-smartthings-tv/commit/5644904478c25108964cb7f29bb6e1bae04d9141))
|
|
372
376
|
|
|
373
|
-
|
|
377
|
+
# [1.4.4](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.4.3...v1.4.4) (2023-04-23)
|
|
374
378
|
|
|
375
379
|
### Bug Fixes
|
|
376
380
|
|
|
@@ -378,52 +382,52 @@
|
|
|
378
382
|
* reset active identifier after registration ([b372a75](https://github.com/o-lukas/homebridge-smartthings-tv/commit/b372a75e9dde7a0e5661797f57db74ae03968aab))
|
|
379
383
|
* wait for registration to finish ([2861f68](https://github.com/o-lukas/homebridge-smartthings-tv/commit/2861f6813c1f2c90d80299900d60aaaa907002f5))
|
|
380
384
|
|
|
381
|
-
|
|
385
|
+
# [1.4.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.4.2...v1.4.3) (2023-04-22)
|
|
382
386
|
|
|
383
387
|
### Bug Fixes
|
|
384
388
|
|
|
385
389
|
* added YouTubeTV application id ([fa58e74](https://github.com/o-lukas/homebridge-smartthings-tv/commit/fa58e741f452acbc58918f3af96a583f17779833))
|
|
386
390
|
* wait for input registrations ([f83dda8](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f83dda8ac101bdeb57012c002981ad1419f5287c))
|
|
387
391
|
|
|
388
|
-
|
|
392
|
+
# [1.4.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.4.1...v1.4.2) (2023-04-11)
|
|
389
393
|
|
|
390
394
|
### Bug Fixes
|
|
391
395
|
|
|
392
396
|
* manually update xml2js to fix CVE-2023-0842 ([cf1aa1c](https://github.com/o-lukas/homebridge-smartthings-tv/commit/cf1aa1c59267ceec49f8a5ec9a4da8b7cc9e1782))
|
|
393
397
|
|
|
394
|
-
|
|
398
|
+
# [1.4.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.4.0...v1.4.1) (2023-04-09)
|
|
395
399
|
|
|
396
400
|
### Bug Fixes
|
|
397
401
|
|
|
398
402
|
* added missing config property titles ([0492c71](https://github.com/o-lukas/homebridge-smartthings-tv/commit/0492c712273278e6aa083e2371d3be2186db8fe4))
|
|
399
403
|
|
|
400
|
-
|
|
404
|
+
# [1.4.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.3.2...v1.4.0) (2023-04-09)
|
|
401
405
|
|
|
402
406
|
### Features
|
|
403
407
|
|
|
404
408
|
* added flags for ping and wol functionalities ([f5e5ac4](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f5e5ac47766e08efb05492ca6efaa6fb9c3105ab))
|
|
405
409
|
* added validation patterns ([8dea24d](https://github.com/o-lukas/homebridge-smartthings-tv/commit/8dea24d006b68722a3931f3af8259a331f822e5f))
|
|
406
410
|
|
|
407
|
-
|
|
411
|
+
# [1.3.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.3.1...v1.3.2) (2023-04-04)
|
|
408
412
|
|
|
409
413
|
### Bug Fixes
|
|
410
414
|
|
|
411
415
|
* configure display name for mode switches ([418f24f](https://github.com/o-lukas/homebridge-smartthings-tv/commit/418f24f47b1edb2049a4f3feb2e08e89dd7d42f6))
|
|
412
416
|
|
|
413
|
-
|
|
417
|
+
# [1.3.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.3.0...v1.3.1) (2023-04-02)
|
|
414
418
|
|
|
415
419
|
### Bug Fixes
|
|
416
420
|
|
|
417
421
|
* improve error message for device registration ([4fe64aa](https://github.com/o-lukas/homebridge-smartthings-tv/commit/4fe64aa82ae578a7a6ed5101bb93952564cdbdab))
|
|
418
422
|
|
|
419
|
-
|
|
423
|
+
# [1.3.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.2.0...v1.3.0) (2023-04-02)
|
|
420
424
|
|
|
421
425
|
### Features
|
|
422
426
|
|
|
423
427
|
* added warning for proposed capabilities ([1b83756](https://github.com/o-lukas/homebridge-smartthings-tv/commit/1b837561fbf40fa79243a4f1209207c330ccb518))
|
|
424
428
|
* **soundMode:** add sound modes as switch ([458f7cf](https://github.com/o-lukas/homebridge-smartthings-tv/commit/458f7cf4f94151f0dee20b58f0214514009af5aa))
|
|
425
429
|
|
|
426
|
-
|
|
430
|
+
# [1.2.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.1.1...v1.2.0) (2023-04-02)
|
|
427
431
|
|
|
428
432
|
### Features
|
|
429
433
|
|
|
@@ -434,20 +438,20 @@
|
|
|
434
438
|
|
|
435
439
|
* **pictureMode:** update all switches after change ([404c901](https://github.com/o-lukas/homebridge-smartthings-tv/commit/404c9019f6ab94c90c305eeafd732dd38cf47124))
|
|
436
440
|
|
|
437
|
-
|
|
441
|
+
# [1.1.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.1.0...v1.1.1) (2023-04-02)
|
|
438
442
|
|
|
439
443
|
### Bug Fixes
|
|
440
444
|
|
|
441
445
|
* crash on error when discovering devices ([520a323](https://github.com/o-lukas/homebridge-smartthings-tv/commit/520a323bf832fe95ab58ccb19609052b1c0b3057))
|
|
442
446
|
* **log:** changed log level of ignored devices ([facf3c2](https://github.com/o-lukas/homebridge-smartthings-tv/commit/facf3c27351767c102010833b57fccb721283b9f))
|
|
443
447
|
|
|
444
|
-
|
|
448
|
+
# [1.1.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.6...v1.1.0) (2023-04-01)
|
|
445
449
|
|
|
446
450
|
### Features
|
|
447
451
|
|
|
448
452
|
* **semantic-release:** added semantic release ([f410a26](https://github.com/o-lukas/homebridge-smartthings-tv/commit/f410a26db5723501ebea28ca0ae7b3c3386292d6))
|
|
449
453
|
|
|
450
|
-
|
|
454
|
+
# [1.0.6](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.5...v1.0.6) (2023-03-24)
|
|
451
455
|
|
|
452
456
|
### What's Changed
|
|
453
457
|
|
|
@@ -459,7 +463,7 @@
|
|
|
459
463
|
|
|
460
464
|
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.5...v1.0.6>
|
|
461
465
|
|
|
462
|
-
|
|
466
|
+
# [1.0.5](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.4...v1.0.5) (2023-03-22)
|
|
463
467
|
|
|
464
468
|
### What's Changed
|
|
465
469
|
|
|
@@ -469,7 +473,7 @@
|
|
|
469
473
|
|
|
470
474
|
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.4...v1.0.5>
|
|
471
475
|
|
|
472
|
-
|
|
476
|
+
# [1.0.4](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.3...v1.0.4) (2023-03-17)
|
|
473
477
|
|
|
474
478
|
### What's Changed
|
|
475
479
|
|
|
@@ -481,7 +485,7 @@
|
|
|
481
485
|
|
|
482
486
|
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.3...v1.0.4>
|
|
483
487
|
|
|
484
|
-
|
|
488
|
+
# [1.0.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.2...v1.0.3) (2023-03-13)
|
|
485
489
|
|
|
486
490
|
### What's Changed
|
|
487
491
|
|
|
@@ -495,7 +499,7 @@
|
|
|
495
499
|
|
|
496
500
|
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.2...v1.0.3>
|
|
497
501
|
|
|
498
|
-
|
|
502
|
+
# [1.0.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.1...v1.0.2) (2023-03-06)
|
|
499
503
|
|
|
500
504
|
### What's Changed
|
|
501
505
|
|
|
@@ -507,7 +511,7 @@
|
|
|
507
511
|
|
|
508
512
|
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.1...v1.0.2>
|
|
509
513
|
|
|
510
|
-
|
|
514
|
+
# [1.0.1](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.0...v1.0.1) (2023-02-27)
|
|
511
515
|
|
|
512
516
|
### What's Changed
|
|
513
517
|
|
|
@@ -518,7 +522,7 @@
|
|
|
518
522
|
|
|
519
523
|
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v1.0.0...v1.0.1>
|
|
520
524
|
|
|
521
|
-
|
|
525
|
+
# [1.0.0](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.6...v1.0.0) (2023-02-21)
|
|
522
526
|
|
|
523
527
|
### What's Changed
|
|
524
528
|
|
|
@@ -529,7 +533,7 @@
|
|
|
529
533
|
|
|
530
534
|
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.6...v1.0.0>
|
|
531
535
|
|
|
532
|
-
|
|
536
|
+
# [0.0.6](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.5...v0.0.6) (2023-02-19)
|
|
533
537
|
|
|
534
538
|
### What's Changed
|
|
535
539
|
|
|
@@ -537,11 +541,11 @@
|
|
|
537
541
|
|
|
538
542
|
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.4...v0.0.6>
|
|
539
543
|
|
|
540
|
-
|
|
544
|
+
# [0.0.5](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.4...v0.0.5) (2023-02-19)
|
|
541
545
|
|
|
542
546
|
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.4...v0.0.5>
|
|
543
547
|
|
|
544
|
-
|
|
548
|
+
# [0.0.4](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.3...v0.0.4) (2023-02-19)
|
|
545
549
|
|
|
546
550
|
### What's Changed
|
|
547
551
|
|
|
@@ -549,7 +553,7 @@
|
|
|
549
553
|
|
|
550
554
|
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.3...v0.0.4>
|
|
551
555
|
|
|
552
|
-
|
|
556
|
+
# [0.0.3](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.2...v0.0.3) (2023-02-15)
|
|
553
557
|
|
|
554
558
|
### What's Changed
|
|
555
559
|
|
|
@@ -565,7 +569,7 @@
|
|
|
565
569
|
|
|
566
570
|
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.2...v0.0.3>
|
|
567
571
|
|
|
568
|
-
|
|
572
|
+
# [0.0.2](https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.1...v0.0.2) (2023-02-13)
|
|
569
573
|
|
|
570
574
|
### What's Changed
|
|
571
575
|
|
|
@@ -577,7 +581,7 @@
|
|
|
577
581
|
|
|
578
582
|
**Full Changelog**: <https://github.com/o-lukas/homebridge-smartthings-tv/compare/v0.0.1...v0.0.2>
|
|
579
583
|
|
|
580
|
-
|
|
584
|
+
# 0.0.1 (2023-02-07)
|
|
581
585
|
|
|
582
586
|
First Release 🎉
|
|
583
587
|
|
|
@@ -191,14 +191,15 @@
|
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
function hideWizard() {
|
|
194
|
+
function hideWizard(disablePatWarning) {
|
|
195
195
|
_log('hideWizard - start');
|
|
196
196
|
try {
|
|
197
197
|
homebridge.enableSaveButton();
|
|
198
198
|
homebridge.showSchemaForm();
|
|
199
199
|
document.getElementById('wizard').style.display = "none";
|
|
200
200
|
document.getElementById('oauth-start').style.display = "block";
|
|
201
|
-
document.getElementById('pat-warning').style.display =
|
|
201
|
+
document.getElementById('pat-warning').style.display =
|
|
202
|
+
disablePatWarning ? "none" : "block";
|
|
202
203
|
_log('hideWizard - done');
|
|
203
204
|
} catch (err) {
|
|
204
205
|
_logError('hideWizard - error', err);
|
|
@@ -227,40 +228,20 @@
|
|
|
227
228
|
_log('updateUi - default pluginConfig saved');
|
|
228
229
|
}
|
|
229
230
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
if (!wizardOpen) {
|
|
237
|
-
document.getElementById('wizard').style.display = "none";
|
|
238
|
-
document.getElementById('oauth-start').style.display = "block";
|
|
239
|
-
document.getElementById('pat-warning').style.display = "none";
|
|
240
|
-
_log('updateUi - wizard was closed, showing oauth-start');
|
|
241
|
-
} else {
|
|
242
|
-
_log('updateUi - wizard open, leaving wizard visible');
|
|
243
|
-
}
|
|
244
|
-
break;
|
|
245
|
-
|
|
246
|
-
case "pat":
|
|
247
|
-
default:
|
|
248
|
-
_log('updateUi - tokenType pat or default', pluginConfig[0].tokenType);
|
|
249
|
-
homebridge.showSchemaForm();
|
|
250
|
-
if (!wizardOpen) {
|
|
251
|
-
document.getElementById('wizard').style.display = "none";
|
|
252
|
-
document.getElementById('oauth-start').style.display = "none";
|
|
253
|
-
document.getElementById('pat-warning').style.display =
|
|
254
|
-
pluginConfig[0].disablePatWarning === true ? "none" : "block";
|
|
255
|
-
_log('updateUi - wizard was closed, applied pat/default visibility');
|
|
256
|
-
} else {
|
|
257
|
-
_log('updateUi - wizard open, leaving wizard visible');
|
|
258
|
-
}
|
|
259
|
-
break;
|
|
231
|
+
if (wizardOpen) {
|
|
232
|
+
showWizard();
|
|
233
|
+
_log('updateUi - wizard open, leaving wizard visible');
|
|
234
|
+
} else {
|
|
235
|
+
hideWizard(pluginConfig[0].disablePatWarning === true);
|
|
236
|
+
_log('updateUi - wizard was closed');
|
|
260
237
|
}
|
|
261
238
|
|
|
262
|
-
|
|
263
|
-
|
|
239
|
+
if (pluginConfig[0].oauthClientId) {
|
|
240
|
+
document.getElementById('oauth-client-id').value = pluginConfig[0].oauthClientId;
|
|
241
|
+
}
|
|
242
|
+
if (pluginConfig[0].oauthClientSecret) {
|
|
243
|
+
document.getElementById('oauth-client-secret').value = pluginConfig[0].oauthClientSecret;
|
|
244
|
+
}
|
|
264
245
|
|
|
265
246
|
_log('updateUi - end');
|
|
266
247
|
} catch (err) {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"displayName": "Homebridge SmartThings TV",
|
|
3
3
|
"name": "@o-lukas/homebridge-smartthings-tv",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "3.0.0-alpha.
|
|
5
|
+
"version": "3.0.0-alpha.5",
|
|
6
6
|
"description": "This is a plugin for Homebridge. It offers some basic functions to control Samsung TVs using the SmartThings API.",
|
|
7
7
|
"author": "o-lukas",
|
|
8
8
|
"license": "MIT",
|