Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
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 381 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.