![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
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": "EC:FA:BC:59:3F:3C",
"name": "Leak",
"type": "leak"
},
{
"mac": "sensor1",
"name": "Motion",
"type": "motion"
},
{
"mac": "sensor2",
"name": "Contact",
"type": "contact"
},
{
"mac": "sensor3",
"name": "Smoke",
"type": "smoke"
},
{
"mac": "sensor4",
"name": "Occupancy",
"type": "occupancy"
}
],
"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=
Device 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=
Device MacBridge IP
and Device Mac
FAQs
A webhook plugin for HTTP devices
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
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.