Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

homebridge-syntex-webhooks

Package Overview
Dependencies
Maintainers
1
Versions
1176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-syntex-webhooks - npm Package Compare versions

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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc