homebridge-philips-dline-sicp 0.1.4 → 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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +2 -2
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 once published:*
29
+ *or install from npm:*
30
30
  ```bash
31
31
  sudo npm i -g homebridge-philips-dline-sicp
32
32
  ```
@@ -58,7 +58,6 @@ Add to your Homebridge `config.json`:
58
58
  ],
59
59
  "exposeBrightness": true
60
60
  }
61
- }
62
61
  ]
63
62
  }
64
63
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-philips-dline-sicp",
3
- "version": "0.1.4",
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": [
@@ -11,7 +11,7 @@
11
11
  "television",
12
12
  "sicp"
13
13
  ],
14
- "author": "ChatGPT",
14
+ "author": "Thomas Dazy",
15
15
  "license": "MIT",
16
16
  "engines": {
17
17
  "node": ">=18.0.0",