Socket
Book a DemoInstallSign in
Socket

homebridge-sms77-sms

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-sms77-sms

Homebridge plugin to send SMS via Sms77

0.0.1
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Sms77.io Logo

Homebridge plugin to send SMS via Sms77.

Useful for homekit alarms and sensors. Set an automation to message in case of a water leak, smoke detection or so.

Your apiKey can be retrieved from Dashboard->Developer

Installation

  • Install homebridge: npm i -g homebridge
  • Install plugin: npm i -g homebridge-sms77-sms
  • Update config.json configuration file

Configuration Example

Example config.json:

{
   "accessories": [
       {
           "accessory": "Sms77Sms",
           "apiKey": "InsertSuperSecretSms77ApiKey",
           "debug": false,
           "flash": false,
           "foreign_id": null,
           "from": "MyBookStore",
           "label": null,
           "name": "SMS to employees on smoke detection",
           "no_reload": false,
           "performance_tracking": false,
           "text": "Emergency: The smoke detection has triggered!",
           "to": [
               "+49876543210",
               "+490123456789"
           ],
           "ttl": null
       }
   ]
}

Support

Need help? Feel free to contact us.

MIT

Keywords

homebridge

FAQs

Package last updated on 26 Aug 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.