aboutsummaryrefslogtreecommitdiff
path: root/src/dbus
diff options
context:
space:
mode:
authorZhanglong Xia <zhanglongxia@google.com>2021-10-18 23:58:17 +0800
committerGitHub <noreply@github.com>2021-10-18 08:58:17 -0700
commit48dbf5a78139b59193e11080e61c8f0e7f86d81e (patch)
tree7d0c98c81272282557d81898c52a536278c99401 /src/dbus
parent72bb3d45684f837e67e7f1ec20a9a8e3ac4a4419 (diff)
downloadot-br-posix-48dbf5a78139b59193e11080e61c8f0e7f86d81e.tar.gz
[dbus] fix issues in `AttachAllNodesTo` (#27) (#1051)
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/server/introspect.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus/server/introspect.xml b/src/dbus/server/introspect.xml
index a4db56e5..a3f86efb 100644
--- a/src/dbus/server/introspect.xml
+++ b/src/dbus/server/introspect.xml
@@ -48,7 +48,7 @@
<!-- AttachAllNodesTo: Request to attach all nodes to the specified Thread network.
@dataset: The Operational Dataset that contains parameter values of the Thread network
- to attach to. It must have a valid Delay Timer and Pending Timestamp.
+ to attach to. It must be a full dataset.
-->
<method name="AttachAllNodesTo">
<arg name="dataset" type="ay"/>