diff --git a/deapi/client.py b/deapi/client.py index afbd617..170d596 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 attributes: name of the register, address, Read only, value of the register Parameters ----------