From bbbbd3e0e1b093d06500cb554402f961f972403c Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Tue, 3 Feb 2026 08:54:56 +0100 Subject: [PATCH] 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 --- src/revpi_middleware/ios1/interface_ios.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/revpi_middleware/ios1/interface_ios.py b/src/revpi_middleware/ios1/interface_ios.py index 8711ec5..3a08937 100644 --- a/src/revpi_middleware/ios1/interface_ios.py +++ b/src/revpi_middleware/ios1/interface_ios.py @@ -16,10 +16,10 @@ class InterfaceIoManager: - + - +