matterbridge-example-dynamic-platform 1.1.5 → 1.1.7-dev.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.
@@ -0,0 +1,33 @@
|
|
1
|
+
{
|
2
|
+
"title": "Matterbridge somfy tahoma plugin",
|
3
|
+
"description": "matterbridge-somfy-tahoma v. 1.0.7 by https://github.com/Luligu",
|
4
|
+
"type": "object",
|
5
|
+
"required": [],
|
6
|
+
"properties": {
|
7
|
+
"name": {
|
8
|
+
"description": "Plugin name",
|
9
|
+
"type": "string",
|
10
|
+
"readOnly": true
|
11
|
+
},
|
12
|
+
"type": {
|
13
|
+
"description": "Plugin type",
|
14
|
+
"type": "string",
|
15
|
+
"readOnly": true
|
16
|
+
},
|
17
|
+
"useInterval": {
|
18
|
+
"description": "Use interval to refresh the devices",
|
19
|
+
"type": "boolean",
|
20
|
+
"default": true
|
21
|
+
},
|
22
|
+
"debug": {
|
23
|
+
"description": "Enable the debug for the plugin (development only)",
|
24
|
+
"type": "boolean",
|
25
|
+
"default": false
|
26
|
+
},
|
27
|
+
"unregisterOnShutdown": {
|
28
|
+
"description": "Unregister all devices on shutdown (development only)",
|
29
|
+
"type": "boolean",
|
30
|
+
"default": false
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "matterbridge-example-dynamic-platform",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.7-dev.1",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "matterbridge-example-dynamic-platform",
|
9
|
-
"version": "1.1.
|
9
|
+
"version": "1.1.7-dev.1",
|
10
10
|
"license": "MIT",
|
11
11
|
"dependencies": {
|
12
12
|
"node-ansi-logger": "3.0.0",
|