This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Course Certificate", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "formTitle": "New Course Submission", | |
| "formFields": { | |
| "values": [ | |
| { | |
| "fieldLabel": "Participant", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Zoom Transcripts", | |
| "nodes": [ | |
| { | |
| "parameters": { | |
| "httpMethod": "POST", | |
| "path": "zoom-transcript-webhook", | |
| "responseMode": "responseNode", | |
| "options": {} | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # since there seems to be no one to have found a solution for this problem, here is mine for a fully autonomous bluetooth slave | |
| # accepting an incoming pairing request without user interaction | |
| # file: start-client.sh | |
| #!/bin/bash | |
| bluetoothctl -- agent on | |
| sleep 1 | |
| bluetoothctl -- power on | |
| bluetoothctl -- system-alias "My Bluetooth Device" |