From a88d1120a4b0c82c0368a4457179ee8ca64bd884 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 26 May 2020 22:23:58 -0500 Subject: [PATCH] doc: sim-api was missing SetProperty method --- doc/sim-api.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/sim-api.txt b/doc/sim-api.txt index b1428b10..419d8ec3 100644 --- a/doc/sim-api.txt +++ b/doc/sim-api.txt @@ -79,6 +79,16 @@ Methods dict GetProperties() [service].Error.InvalidArguments [service].Error.Failed + void SetProperty(string property, variant value) + + Sets the given property value to that specified in + call parameter. + + Possible Errors: [service].Error.InProgress + [service].Error.NotImplemented + [service].Error.InvalidArguments + [service].Error.Failed + Signals PropertyChanged(string name, variant value) This signal indicates a changed value of the given