UNPKG

homebridge-denon-speaker

Version:

Denon and Marantz AVR support as Speaker for Homebridge: https://github.com/nfarina/homebridge

24 lines (23 loc) 717 B
{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:51", "port": 51826, "pin": "031-45-154" }, "description": "This is an example configuration file for homebridge denon plugin", "hint": "Always paste into jsonlint.com validation page before starting your homebridge, saves a lot of frustration", "accessories": [ { "accessory": "DenonAVRSpeaker", "name": "Denon LivingRoom", "ip": "192.168.1.99", "defaultInput": "IRADIO", "defaultVolume": 35, "minVolume": 0, "maxVolume": 75, "doPolling": true, "pollingInterval": 60 } ] }