Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bdragon300 committed May 10, 2021
1 parent dd21240 commit 72eca48
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyzkaccess/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,11 +572,6 @@ def aux_inputs(self):
def parameters(self):
"""Parameters related to a current door. Valid only if a
single door was requested
Args:
names: Comma-separated list of parameter names to request
from a device. If omitted, then all parameters will be
requested. For example, --names=param1,param2,param3
"""
if isinstance(self._items, Door):
return Parameters(self._items.parameters)
Expand Down Expand Up @@ -1004,7 +999,7 @@ class CLI:
Typical CLI usage:
Commands for a connected device:
$ pyzkaccess connect <ip> <subcommand|group> [parameters] [<subcommand> [parameters] ...]
$ pyzkaccess connect <ip> <subcommand|group> [parameters] [<subcommand> [parameters]...]
Commands not related to a particular device:
$ pyzkaccess <command> [parameters]
Expand Down

0 comments on commit 72eca48

Please sign in to comment.