Skip to content

Instantly share code, notes, and snippets.

@adamclaxon
Created November 9, 2020 23:05
Show Gist options
  • Save adamclaxon/5e763b79fefc10992718f6e72fd1f4c2 to your computer and use it in GitHub Desktop.
Save adamclaxon/5e763b79fefc10992718f6e72fd1f4c2 to your computer and use it in GitHub Desktop.
Failing key assignment
curl -X POST "http://192.168.1.141:8080/settings/keys/key_1_in_row_1" \
-H "Content-Type: application/json; charset=utf-8" \
-d $'{
"object": {
"keydown": {
"http": [
{
"body": "{}",
"method": "get",
"headers": {
"content-type": "application/json"
},
"url": "https://api.pushcut.io/KrH2jN_IqyZoduCnnjWwX/notifications/Log%20temp"
}
]
}
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment