matterbridge-example-dynamic-platform 1.1.6 → 1.1.7-dev.2

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,8 @@
1
+ {
2
+ "name": "matterbridge-example-dynamic-platform",
3
+ "type": "DynamicPlatform",
4
+ "version": "1.1.7",
5
+ "useInterval": true,
6
+ "debug": true,
7
+ "unregisterOnShutdown": false
8
+ }
@@ -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
+ }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "1.1.6",
3
+ "version": "1.1.7-dev.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-example-dynamic-platform",
9
- "version": "1.1.6",
9
+ "version": "1.1.7-dev.2",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "node-ansi-logger": "3.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-example-dynamic-platform",
3
- "version": "1.1.6",
3
+ "version": "1.1.7-dev.2",
4
4
  "description": "Matterbridge dynamic plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "MIT",