Skip to content

Commit

Permalink
Add match property name for process addon finder. (#2223)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Fiddian-Green <[email protected]>
  • Loading branch information
andrewfg authored Feb 1, 2024
1 parent 321c8de commit ac78eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developers/addons/addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ Notes:
|--------------|----------------------------------------------------------------------------------------------------------------------------------------------|
| `ip` | "response". |
| `mdns` | Frequently used properties are "name", and "application". But mDNS permits any property name depending on the service concerned. |
| `processs` | "command". |
| `process` | "command", "commandLine". |
| `upnp` | "deviceType", "manufacturer", "manufacturerURI", "modelName", "modelNumber", "modelDescription", "modelURI", "serialNumber", "friendlyName". |
| `usb` | "product", "manufacturer", "chipId", "remote". |
| `usb` | "product", "manufacturer", "chipId", "remote". |

## Example

Expand Down

0 comments on commit ac78eb1

Please sign in to comment.