homebridge-plugin-ilo
Version:
Homebridge plugin for controlling HPE servers through iLO.
28 lines (19 loc) • 623 B
Markdown
**NOTE:** _This is a fork of [homebridge-plugin-ilo](https://github.com/pawelwiecaszek/homebridge-plugin-ilo) by [pawelwiecaszek](https://github.com/pawelwiecaszek)._
Homebridge plugin for controlling HPE servers through iLO.
```sh
npm install homebridge-plugin-ilo
```
```json
{
"accessory": "IloSwitch",
"name": "IloSwitch",
"user": "YourUsernameGoesHere",
"password": "YourPassGoesHere",
"server": "Your IP/FQDN Goes Here"
}
```
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details