Skip to content

Commit

Permalink
[developers-addons-addon] fix markdown errors
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Fiddian-Green <[email protected]>
  • Loading branch information
andrewfg committed Nov 21, 2023
1 parent 5b8e917 commit c4d4851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developers/addons/addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Optionally, if you want the system to scan the user's network for your addon the
| `regex` | A regular expression (or plain string) that needs to match the property name. | Mandatory one instance per `match-property`. |

Notes:

- A `discovery-method` may contain multiple `match-property` entries, and in such a case **all** entries must match i.e. it a logical `AND` function is applied.
- If you want to apply a logical `OR` function you can define a second separate `discovery-method` containing the respective `match-property` entry.

Expand Down Expand Up @@ -124,4 +125,3 @@ The following code gives an example for an add-on definition used in bindings.

</addon:addon>
```

0 comments on commit c4d4851

Please sign in to comment.