Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
homebridge-syntex-webhooks
Advanced tools
A plugin to control and to create HTTP devices.
sudo npm install -g homebridge
sudo npm install -g homebridge-syntex-webhooks
INFO: If the directory for the storage can't be created you have to do it by yourself and give it full write permissions!
real mac address
or another unique text
mac
, name
and type
"platforms": [
{
"platform": "SynTexWebhooks",
"port": 1710,
"cache_directory": "./SynTex/",
"sensors": [
{
"mac": "EC:FA:BC:59:3F:3C",
"name": "Temperature",
"type": "temperature"
},
{
"mac": "EC:FA:BC:59:3F:3C",
"name": "Humidity",
"type": "humidity"
},
{
"mac": "EC:FA:BC:59:3F:3C",
"name": "Light",
"type": "light"
},
{
"mac": "sensor1",
"name": "Leak",
"type": "leak"
},
{
"mac": "sensor2",
"name": "Motion",
"type": "motion"
},
{
"mac": "sensor3",
"name": "Contact",
"type": "contact"
}
],
"switches": [
{
"mac": "EC:FA:BC:59:3F:3C",
"name": "Switch",
"type": "switch",
"on_method": "GET",
"on_url": "http://192.168.178.164/switch?state=true",
"off_method": "GET",
"off_url": "http://192.168.178.164/switch?state=false"
},
{
"mac": "EC:FA:BC:59:3F:3C",
"name": "Relais",
"type": "relais",
"on_method": "GET",
"on_url": "http://192.168.178.162/switch?state=true",
"off_method": "GET",
"off_url": "http://192.168.178.162/switch?state=false"
},
{
"mac": "switch1",
"name": "Dummy",
"type": "switch"
}
]
}
]
http://
Bridge IP /devices?mac=
Bridge Mac &value=
New ValueBridge IP
and Device Mac
New Value
you can type these patterns:true
/ false
10
/ 12.4
http://
Bridge IP /devices?mac=
**bridgeMacBridge IP
and Device Mac
FAQs
A webhook plugin for HTTP devices
The npm package homebridge-syntex-webhooks receives a total of 303 weekly downloads. As such, homebridge-syntex-webhooks popularity was classified as not popular.
We found that homebridge-syntex-webhooks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.