homebridge-frontier-silicon-plugin 1.2.4 → 1.2.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 +7 -2
- package/config.schema.json +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
|
|
2
|
+
[](https://www.npmjs.com/package/homebridge-frontier-silicon-plugin)
|
|
3
|
+
[](https://www.npmjs.com/package/homebridge-frontier-silicon-plugin)
|
|
4
|
+
[](https://www.npmjs.com/package/homebridge-frontier-silicon-plugin)
|
|
5
|
+

|
|
6
|
+
[](https://github.com/boikedamhuis/homebridge-frontier-silicon/stargazers)
|
|
7
|
+
[](https://github.com/boikedamhuis/homebridge-frontier-silicon/issues)
|
|
8
|
+
[](LICENSE)
|
|
2
9
|
|
|
3
10
|
|
|
4
|
-
[](https://travis-ci.org/boikedamhuis/homebridge-frontier-silicon)
|
|
5
|
-
|
|
6
11
|
# Homebridge Frontier Silicon Plugin
|
|
7
12
|
|
|
8
13
|
This Homebridge plugin adds basic but reliable HomeKit support for Frontier Silicon based internet radios using the native FSAPI interface.
|
package/config.schema.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pluginAlias": "frontier-silicon",
|
|
3
3
|
"pluginType": "accessory",
|
|
4
|
-
"singular":
|
|
4
|
+
"singular": true,
|
|
5
5
|
"headerDisplay": "Frontier Silicon FSAPI radios",
|
|
6
6
|
"footerDisplay": "Presets must be saved on the radio first. The plugin switches between preset numbers.",
|
|
7
7
|
"schema": {
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-frontier-silicon-plugin",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"description": "Homebridge plugin for Frontier Silicon FSAPI devices, power and volume with safe polling",
|
|
5
5
|
"icon": "icon.png",
|
|
6
6
|
"license": "ISC",
|
|
7
7
|
"main": "index.js",
|
|
8
|
+
"homepage": "https://github.com/boikedamhuis/homebridge-frontier-silicon#readme",
|
|
8
9
|
"keywords": [
|
|
9
10
|
"homebridge-plugin",
|
|
10
11
|
"homebridge",
|