0.0.1 • Published 2 years ago

homebridge-plugin-ilo v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Homebridge HPE iLO plugin for HomeKit

NOTE: This is a fork of homebridge-plugin-ilo by pawelwiecaszek.

Homebridge plugin for controlling HPE servers through iLO.

Installation

npm install homebridge-plugin-ilo

Usage

{
  "accessory": "IloSwitch",
  "name": "IloSwitch",
  "user": "YourUsernameGoesHere",
  "password": "YourPassGoesHere",
  "server": "Your IP/FQDN Goes Here"
}

License

This project is licensed under the MIT License - see the LICENSE.md file for details