Skip to content

Instantly share code, notes, and snippets.

@acwright
Created May 6, 2021 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acwright/16af9af452fc8304441d9beb5df51d4c to your computer and use it in GitHub Desktop.
Save acwright/16af9af452fc8304441d9beb5df51d4c to your computer and use it in GitHub Desktop.
Homebridge-script2 Config
{
"accessory": "Script2",
"name": "LED Matrix",
"on": "~/scripts/on.sh 1",
"off": "~/scripts/off.sh 1",
"fileState": "~/scripts/state.flag"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment