@o-lukas/homebridge-smartthings-tv 1.10.4 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -25,6 +25,7 @@ The following snippet shows the most simple configuration you can use for the pl
25
25
  "accessories": [],
26
26
  "platforms": [
27
27
  {
28
+ "name": "SmartThings TV",
28
29
  "token": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
29
30
  "platform": "smartthings-tv"
30
31
  }
@@ -41,6 +42,7 @@ The following snippets shows all available properties you can use for the plugin
41
42
  "accessories": [],
42
43
  "platforms": [
43
44
  {
45
+ "name": "SmartThings TV",
44
46
  "token": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
45
47
  "capabilityLogging": true,
46
48
  "cyclicCallsLogging": true,
@@ -198,6 +200,7 @@ The command to turn the TV on using the SmartThings API does not work for some T
198
200
  "accessories": [],
199
201
  "platforms": [
200
202
  {
203
+ "name": "SmartThings TV",
201
204
  "token": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
202
205
  "deviceMappings": [
203
206
  {
@@ -222,6 +225,7 @@ Some TVs report a false active state using the SmartThings API. To get the actua
222
225
  "accessories": [],
223
226
  "platforms": [
224
227
  {
228
+ "name": "SmartThings TV",
225
229
  "token": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
226
230
  "deviceMappings": [
227
231
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Homebridge SmartThings TV",
3
3
  "name": "@o-lukas/homebridge-smartthings-tv",
4
- "version": "1.10.4",
4
+ "version": "2.0.1",
5
5
  "description": "This is a plugin for Homebridge. It offers some basic functions to control Samsung TVs using the SmartThings API.",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -40,7 +40,7 @@
40
40
  "wol": "^1.0.7"
41
41
  },
42
42
  "devDependencies": {
43
- "@types/node": "^20.11.25",
43
+ "@types/node": "^20.12.7",
44
44
  "@types/ping": "^0.4.4",
45
45
  "@types/wol": "^1.0.4",
46
46
  "@typescript-eslint/eslint-plugin": "^7.0.0",
@@ -49,9 +49,9 @@
49
49
  "homebridge": "^1.7.0",
50
50
  "nodemon": "^3.1.0",
51
51
  "rimraf": "^5.0.5",
52
- "semantic-release": "^22.0.12",
52
+ "semantic-release": "^23.0.8",
53
53
  "ts-node": "^10.9.2",
54
- "typescript": "^5.4.2"
54
+ "typescript": "^5.4.5"
55
55
  },
56
56
  "overrides": {
57
57
  "@smartthings/core-sdk": {