Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • npm
  • Socket score

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

  1. Install homebridge: npm i -g homebridge
  2. Install plugin: npm i -g homebridge-sms77-sms
  3. 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

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc