@o-lukas/homebridge-smartthings-tv 2.6.0-next.1 → 2.6.0-next.2

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.
@@ -185,8 +185,8 @@
185
185
  break;
186
186
  }
187
187
 
188
- document.getElementById('oauth-client-id').value = pluginConfig[0].oauthClientId;
189
- document.getElementById('oauth-client-secret').value = pluginConfig[0].oauthClientSecret;
188
+ document.getElementById('oauth-client-id').value = pluginConfig[0].oauthClientId ?? '';
189
+ document.getElementById('oauth-client-secret').value = pluginConfig[0].oauthClientSecret ?? '';
190
190
  }
191
191
 
192
192
  function validateStep(id) {
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": "2.6.0-next.1",
5
+ "version": "2.6.0-next.2",
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",