From 051a91184081b14bdef4918eef3ed957ebb9f4b4 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 9 Jun 2021 10:32:32 -0500 Subject: [PATCH] doc: Fix SignalLevelAgent API signatures The Changed() method did not actually return anything, and in fact the no_reply flag for that message was set. Similarly, the Release method does not expect a reply. --- doc/station-api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/station-api.txt b/doc/station-api.txt index b640e18c..0bb372ab 100644 --- a/doc/station-api.txt +++ b/doc/station-api.txt @@ -171,7 +171,7 @@ Service unique name Interface net.connman.iwd.SignalLevelAgent Object path freely definable -Methods void Release(object device) +Methods void Release(object device) [noreply] This method gets called when the service daemon unregisters the agent. An agent can use it to do @@ -179,7 +179,7 @@ Methods void Release(object device) agent, because when this method gets called it has already been unregistered. - string Changed(object device, uint8 level) + void Changed(object device, uint8 level) [noreply] This method gets called when the signal strength measurement for the device's connected network