fix(io): Add argument names to D-Bus methods for input/output paths
Updated `GetAllInputs` and `GetAllOutputs` methods in the D-Bus interface to include explicit argument names (`object-path-list`) and adjusted their types to `ao` not strings. Signed-off-by: Sven Sager <s.sager@kunbus.com>
This commit is contained in:
@@ -16,10 +16,10 @@ class InterfaceIoManager:
|
|||||||
<node>
|
<node>
|
||||||
<interface name="com.revolutionpi.ios1.IoManager">
|
<interface name="com.revolutionpi.ios1.IoManager">
|
||||||
<method name="GetAllInputs">
|
<method name="GetAllInputs">
|
||||||
<arg type="as" direction="out"/>
|
<arg name="object-path-list" type="ao" direction="out"/>
|
||||||
</method>
|
</method>
|
||||||
<method name="GetAllOutputs">
|
<method name="GetAllOutputs">
|
||||||
<arg type="as" direction="out"/>
|
<arg name="object-path-list" type="ao" direction="out"/>
|
||||||
</method>
|
</method>
|
||||||
<method name="Get">
|
<method name="Get">
|
||||||
<arg name="io_name" type="s" direction="in"/>
|
<arg name="io_name" type="s" direction="in"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user