UNPKG

homebridge-pjlink

Version:

Homebridge accessory for PJLink supported projectors

30 lines (29 loc) 823 B
{ "bridge": { "name": "Homebridge", "username": "CC:22:3D:E3:CE:30", "port": 51826, "pin": "031-45-154" }, "description": "This is an example configuration file with one fake accessory and one fake platform. You can use this as a template for creating your own configuration file containing devices you actually own.", "ports": { "start": 52100, "end": 52150, "comment": "This section is used to control the range of ports that separate accessory (like camera or television) should be bind to." }, "platforms": [ { "name": "PJLink", "platform": "PJLink", "devices": [ { "name": "Projector", "ip": "192.168.2.26", "port": 4352, "password": "password", "pollingInterval": 10 } ] } ] }