This commit is contained in:
Ylian Saint-Hilaire
2021-03-27 01:33:13 -07:00
parent eaa561f3d6
commit 2ca49d49d8
2 changed files with 13 additions and 3 deletions

View File

@@ -303,7 +303,7 @@
"type": "string"
},
"filter": {
"description": "Array of node/domain/id or mesh/domain/id strings. When set, the link will only show up for the specified devices or device groups.",
"description": "Array of node/<domain>/<id> or mesh/<domain>/<id> or tag:<tag> strings. When set, the link will only show up for the specified devices, device groups or device tag.",
"type": "array",
"items": { "type": "string" }
}