Skip to content

nkirsch/homebridge-url-screensaver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homebridge-url-screensaver

Control your url screensaver.

Installation

  • Install homebridge: npm install -g homebridge
  • Install homebridge-url-display: npm install -g homebridge-url-screensaver --unsafe-perm
  • Update configuration file

Configuration file

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

"accessories": [
  {
    "accessory": "ScreenSaverSwitch",
    "name": "My Screensaver",
    "url": "http://workstation:19820",
    "password": "nightnight",
  }
]

About

Control your mac display with HomeBridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.3%
  • Go 27.7%