Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Remote

When executed it sends the secret to the given PeerGroup. If any remote trigger within the PeerGroup is configured for the specified secret it will be triggered.

Example:


	{
		"type": "Remote",
		"options": {
			"group": "myGroupName",
			"secret": "daljqnxliqhlqdpuiwqdklqfhqlkwh",
			"testSecret": "test"
		}
	}
	

Options:

group

peer group name

Type: string

Default: 76bf03c7-872b-46fc-baab-d49641798a76

secret

shared secret with trigger

Type: string

Default: ""

testSecret

shared test secret with trigger

Type: string

Default: ""

message

message to be delivered to external trigger

Type: string

Default: ""

testMessage

test message to be delivered to external trigger

Type: string

Default: ""