You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

homebridge-syntex-json-database

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-syntex-json-database

A homebridge plugin to store information in a json database

1.0.0-b1
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Homebridge SynTex JSON Database

A plugin to store information in a JSON database.

Installation

  • Install homebridge using: sudo npm install -g homebridge
  • Install this plugin using: sudo npm install -g homebridge-syntex-json-database
  • Update your configuration file. See snippet below.

Example Config

"platforms": [
    {
        "platform": "SynTexJSONDatabase",
        "port": 3306,
        "cache_directory": "./SynTex/",
    }
]

Keywords

syntex

FAQs

Package last updated on 31 Jan 2020

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