From 419c0c48bd0d2e8903c35f29f9d70cbb11831bd6 Mon Sep 17 00:00:00 2001 From: LYXalex Date: Thu, 6 Nov 2025 17:07:55 -0800 Subject: [PATCH] add comment for list_registers function add comment to show what include the list_registers function --- deapi/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deapi/client.py b/deapi/client.py index afbd617..4460d8b 100644 --- a/deapi/client.py +++ b/deapi/client.py @@ -321,6 +321,7 @@ def list_properties(self, options=None, search=None): def list_registers(self, options=None, search=None): """ Get a list of register names from the current camera on DE-Server + for each register, it contains name of the register, address, RO or not, value of the register Parameters ----------