![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
homebridge-sms77-voice
Advanced tools
Homebridge plugin to make text-to-speech calls via Sms77.
Useful for homekit alarms and sensors. Set an automation to make a call in case of a water leak, smoke detection or so.
Your apiKey can be retrieved from Dashboard->Developer
npm i -g homebridge
npm i -g homebridge-sms77-voice
config.json
configuration fileExample config.json
:
{
"accessories": [
{
"accessory": "Sms77Voice",
"apiKey": "InsertSuperSecretSms77ApiKey",
"debug": false,
"from": "MyBookStore",
"name": "SMS to employees on smoke detection",
"text": "Emergency: The smoke detection has triggered!",
"to": [
"+49876543210",
"+490123456789"
],
"xml": false
}
}
Need help? Feel free to contact us.
FAQs
Homebridge plugin to make text-to-speech calls via Sms77
The npm package homebridge-sms77-voice receives a total of 7 weekly downloads. As such, homebridge-sms77-voice popularity was classified as not popular.
We found that homebridge-sms77-voice 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.