Socket
Book a DemoInstallSign in
Socket

homebridge-telnet

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-telnet

I don't even know anymore.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

homebridge-telnet

I don't even know anymore.

Setup

  • Install homebridge (npm install homebridge -g)
  • Install homebridge-telnet (npm install homebridge-telnet -g)
  • Change your config file.

The config file

An example:

{
    "bridge": {
        "name": "Homebridge",
        "username": "CC:22:3D:E3:CE:30",
        "port": 51826,
        "pin": "031-45-154"
    },
    
    "description": "This is an example configuration file with homebridge-telnet. You can use this as a template for creating your own configuration file containing devices you actually own.",

    "accessories": [
        {
            "accessory": "telnet",
            "name": "Coffee Maker",
            "port": 23,
            "shellPrompt": "/ # ",
            "timeout": 1500
        }
    ]
}

Keywords

homebridge-plugin

FAQs

Package last updated on 02 Apr 2017

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