@o-lukas/homebridge-smartthings-tv 0.0.5 → 1.0.0
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/README.md +1 -0
- package/package.json +7 -3
package/README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# Homebridge SmartThings TV
|
|
2
2
|
|
|
3
|
+
[](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
|
|
3
4
|

|
|
4
5
|

|
|
5
6
|

|
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": "0.0
|
|
4
|
+
"version": "1.0.0",
|
|
5
5
|
"description": "Plugin to access samsung TVs using the SmartThings API",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -23,7 +23,11 @@
|
|
|
23
23
|
"prepublishOnly": "npm run lint && npm run build"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|
|
26
|
-
"homebridge
|
|
26
|
+
"homebridge",
|
|
27
|
+
"homebridge-plugin",
|
|
28
|
+
"smartthings",
|
|
29
|
+
"samsung",
|
|
30
|
+
"samsung-tv"
|
|
27
31
|
],
|
|
28
32
|
"dependencies": {
|
|
29
33
|
"@smartthings/core-sdk": "^5.2.0",
|
|
@@ -39,7 +43,7 @@
|
|
|
39
43
|
"eslint": "^8.0.1",
|
|
40
44
|
"homebridge": "^1.3.5",
|
|
41
45
|
"nodemon": "^2.0.13",
|
|
42
|
-
"rimraf": "^
|
|
46
|
+
"rimraf": "^4.1.2",
|
|
43
47
|
"ts-node": "^10.3.0",
|
|
44
48
|
"typescript": "^4.4.4"
|
|
45
49
|
}
|