Skip to content

Commit

Permalink
docs(readme): update /link endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jan 5, 2024
1 parent 59edf32 commit 24e9f47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The Rest-Server exposes three simple endpoints
[
{ "key": "node.name", "value": "Chrome" }
]
"ignore_devices": true
}
</pre>

Expand All @@ -46,6 +47,9 @@ The Rest-Server exposes three simple endpoints
* Links nodes that do not match given props
* both `include` and `exclude`
* Links all applications that match props in `include` and not those given in `exclude`

The setting `ignore_devices` is optional and will default to `true`.
When enabled it will prevent hardware-devices like speakers and microphones from being linked to the virtual microphone.
</blockquote>

* (GET) `/unlink`
Expand Down

0 comments on commit 24e9f47

Please sign in to comment.