homebridge-syntex-webhooks
Advanced tools
Comparing version 1.0.4 to 1.0.5-b1
10
index.js
@@ -133,3 +133,3 @@ var request = require('request'); | ||
{ | ||
log('\x1b[31m%s\x1b[0m', "[ERROR]", "Storage.json konnte nicht geladen werden!"); | ||
log('\x1b[31m%s\x1b[0m', "[ERROR 1]", "Storage.json konnte nicht geladen werden!"); | ||
@@ -196,3 +196,3 @@ if(urlParams.type) | ||
{ | ||
log('\x1b[31m%s\x1b[0m', "[ERROR]", "Storage.json konnte nicht geladen werden!"); | ||
log('\x1b[31m%s\x1b[0m', "[ERROR 2]", "Storage.json konnte nicht geladen werden!"); | ||
} | ||
@@ -247,3 +247,3 @@ }); | ||
{ | ||
log('\x1b[31m%s\x1b[0m', "[ERROR]", "Storage.json konnte nicht geladen werden!"); | ||
log('\x1b[31m%s\x1b[0m', "[ERROR 3]", "Storage.json konnte nicht geladen werden!"); | ||
} | ||
@@ -426,3 +426,3 @@ }); | ||
{ | ||
log('\x1b[31m%s\x1b[0m', "[ERROR]", "Storage.json konnte nicht geladen werden!"); | ||
log('\x1b[31m%s\x1b[0m', "[ERROR 4]", "Storage.json konnte nicht geladen werden!"); | ||
} | ||
@@ -527,3 +527,3 @@ | ||
{ | ||
log('\x1b[31m%s\x1b[0m', "[ERROR]", "Storage.json konnte nicht geladen werden!"); | ||
log('\x1b[31m%s\x1b[0m', "[ERROR 5]", "Storage.json konnte nicht geladen werden!"); | ||
} | ||
@@ -530,0 +530,0 @@ |
{ | ||
"name": "homebridge-syntex-webhooks", | ||
"version": "1.0.4", | ||
"version": "1.0.5-b1", | ||
"description": "A webhook plugin for HTTP devices", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -39,3 +39,3 @@ # Homebridge SynTex Webhooks | ||
{ | ||
"mac": "EC:FA:BC:59:3F:3C", | ||
"mac": "sensor1", | ||
"name": "Leak", | ||
@@ -45,3 +45,3 @@ "type": "leak" | ||
{ | ||
"mac": "EC:FA:BC:59:3F:3C", | ||
"mac": "sensor2", | ||
"name": "Motion", | ||
@@ -51,3 +51,3 @@ "type": "motion" | ||
{ | ||
"mac": "EC:FA:BC:59:3F:3C", | ||
"mac": "sensor3", | ||
"name": "Contact", | ||
@@ -77,3 +77,3 @@ "type": "contact" | ||
{ | ||
"mac": "dummy1", | ||
"mac": "switch1", | ||
"name": "Dummy", | ||
@@ -88,3 +88,3 @@ "type": "switch" | ||
# Update HTTP Devices | ||
1. Open `http://<bridgeIP>/devices?mac=<bridgeMac>&value=<newValue>` | ||
1. Open `http://` **Bridge IP** `/devices?mac=` **Bridge Mac** `&value=` **New Value** | ||
2. Insert the `Bridge IP` and `Device Mac` | ||
@@ -97,3 +97,3 @@ 3. For the `New Value` you can type these patterns: | ||
# See HTTP Device Values | ||
1. Open `http://<bridgeIP>/devices?mac=<bridgeMac>` | ||
1. Open `http://` **Bridge IP** `/devices?mac=` **bridgeMac | ||
2. Insert the `Bridge IP` and `Device Mac` | ||
@@ -100,0 +100,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30570
1