From 785e155571ca631b3cae5876530b9e4a26cc8047 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Wed, 2 Nov 2016 15:24:32 +0100 Subject: [PATCH] doc: Add Device property to Network objects This allows to walk the tree in reverse order. --- doc/network-api.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/network-api.txt b/doc/network-api.txt index a21f87fb..971035aa 100644 --- a/doc/network-api.txt +++ b/doc/network-api.txt @@ -27,3 +27,7 @@ Properties string Name [readonly] Reflects whether the device is connected to this network. + + object Device [readonly] + + The object path of the device the network belongs to.