1.1.0 • Published 2 years ago

homebridge-hdmi-switch v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
2 years ago

Homebridge HDMI Switch

Introduction

Allows Homebridge to operate a RS232 controlled HDMI Switcher.

Configuration

Configuration via Homebridge X GUI is provided, but for quick reference, this is what a configured switch would look like:

{
    "devices": [
        {
            "name": "Dev Switcher",
            "id": "Test0001",
            "manufacturer": "Test Manufacturer",
            "path": "/dev/cu.usbserial-145420",
            "baudRate": 57600,
            "inputs": 4,
            "powerOnCommand": "OUTON",
            "powerOffCommand": "OUTOFF",
            "outputSelectCommand": "OUT FR %d",
            "zeroIndexed": false,
            "commandEnd": "\r",
            "labels": [
                "TEST1",
                "TEST2",
                "TEST3",
                "TEST4"
            ]
        }
    ],
    "platform": "HDMISwitch"
}
1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago