diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2012-04-17 15:23:39 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-04-17 15:23:39 +0200 |
commit | 16151495b6c0b4894cbc9ae5fbfe5120db166ca0 (patch) | |
tree | 6d2e7d5aceed5e4eee9e7d35b2a0425a7f28b550 /doc | |
parent | 0d01f8a6ff695a2e47b5eebd2784819e2a34bd51 (diff) | |
download | connman-16151495b6c0b4894cbc9ae5fbfe5120db166ca0.tar.gz connman-16151495b6c0b4894cbc9ae5fbfe5120db166ca0.tar.bz2 connman-16151495b6c0b4894cbc9ae5fbfe5120db166ca0.zip |
doc: Add missing property for service timeservers
Diffstat (limited to 'doc')
-rw-r--r-- | doc/service-api.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/service-api.txt b/doc/service-api.txt index ad7877cd..84e1ec62 100644 --- a/doc/service-api.txt +++ b/doc/service-api.txt @@ -252,6 +252,12 @@ Properties string State [readonly] the service. However there might be small window where name resolution might fail. + array{string} Timeservers [readonly] + + The list of currently active timeservers for this + service. If the server is not in READY or ONLINE + state than this list will be empty. + array{string} Timeservers.Configuration [readwrite] The list of manually configured time servers. |