homebridge-philips-dline-sicp 0.1.5 → 0.1.6
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ Exposes the device as a **HomeKit Television** (power + input selection), with o
|
|
|
26
26
|
# For local development / manual install:
|
|
27
27
|
sudo npm i -g .
|
|
28
28
|
```
|
|
29
|
-
*or install from npm
|
|
29
|
+
*or install from npm:*
|
|
30
30
|
```bash
|
|
31
31
|
sudo npm i -g homebridge-philips-dline-sicp
|
|
32
32
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-philips-dline-sicp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Homebridge plugin to control Philips D-Line signage displays (e.g., 55BDL4511D) over LAN using SICP (TCP:5000). Exposes as a HomeKit Television with inputs.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": [
|