ogcli/cli
Jose M. Guisado 2b7d6b081c Add client, room and center args to set_modes
New arguments to make specifying the target machines more flexible when
changing their boot mode (known as "set client mode"). These argument
are optional although any of them must be used to specify some target.

	--client IP
	--room id
	--center id

The arguments can be specified several times like "--client ip --client
ip --room id --room id --room id", etc.

Center or room id can be obtained via /scopes.

As of this patch, set_modes does iterate through the whole /scopes
output and then filters ips with those that were specified by user.
2021-02-26 15:34:11 +01:00
..
objects Add client, room and center args to set_modes 2021-02-26 15:34:11 +01:00
__init__.py Rename files to remove 'og' prefix 2020-06-30 12:51:51 +02:00
cli.py Add ogcli list client command 2020-07-14 11:21:16 +02:00