homebridge-mediabox-xl
is a Homebridge plugin allowing you to control your mediabox with the Apple Home app & Control Centre remote!
The Mediabox XL will display as a TV Accessory with Power & Input Control.
- iOS 12.2 (or later)
- Homebridge v0.4.46 (or later)
Install homebridge-mediabox-xl:
npm install -g homebridge-mediabox-xl
Quickly switch input using the information (i) button in the Control Centre remote
Add a new platform to your homebridge config.json
.
Example configuration:
{
"platforms": [
{
"platform": "mediabox-xl",
"name": "Mediabox",
"ip": "123.123.123.123"
}
]
}