1.0.8 • Published 7 years ago

homebridge-mac-display v1.0.8

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

homebridge-mac-display

Control your mac display with HomeBridge. Currently this only works if you are running homebridge on a mac, and will only control the display of that specific mac. I made this for personal use, since I use a Mac mini to control my homebridge as well as a HTPC, so it's convenient to be able to turn the display on and off from my phone.

Installation

  • Install homebridge: npm install -g homebridge
  • Install homebridge-mac-display: npm install -g homebridge-mac-display
  • Update configuration file

Configuration file

All you have to do is add a new accessory under the DisplaySwitch name:

"accessories": [
  {
    "accessory": "DisplaySwitch",
    "name": "My Mac HomeBridge Host"
  }
]
1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago