Add match property name for process addon finder. (#2223)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>pull/2190/head^2
parent
321c8decda
commit
ac78eb1dff
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue