Skip to content

Instantly share code, notes, and snippets.

@blacklight
Last active July 26, 2019 14:52
Show Gist options
  • Save blacklight/e169f30febda866334ce50d4f588512e to your computer and use it in GitHub Desktop.
Save blacklight/e169f30febda866334ce50d4f588512e to your computer and use it in GitHub Desktop.
[Medium] Platypush request example 1
{
"type":"request",
"action":"light.hue.on",
"args": {
"groups": [
"Living Room",
"Bathroom"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment