Skip to main content

Updateprotocol

UpdateProtocol

This call can be used to update particular outputs, without modifying other outputs. It is called in the following form:

// Either...
{
"updateprotocol": [
{
//the exact configuration of a single output here
},{
//the newly updated configuration of that same output here
}
}
}

Only exact matches are updated. If no exact match is found, the call fails silently. If multiple exact matches are found, all of them are updated. Afterwards a de-duplicator is run over the configured outputs, deleting any duplicates and preserving only the first identical entry.