Added relay mapping support to deviceMeshRouterLinks.

This commit is contained in:
Ylian Saint-Hilaire
2021-03-04 17:03:25 -08:00
parent e7da82684f
commit f2bebe004d
4 changed files with 10 additions and 3 deletions

View File

@@ -248,6 +248,10 @@
"description": "The port on the remote device.",
"type": "number"
},
"ip": {
"description": "Target IP address. If not specified, the target of the connection is the remote device running the MeshAgent.",
"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.",
"type": "array",