ogcli/cli/objects
Jose M. Guisado 0f55ce7341 Add WoL sending capability
Builds a json payload to consume the ogServer API to send
WoL packets.

Adds 'send' as a command:

	ogcli send

Adds a wol object for to the 'send' command, so that sending a wol can
be specified as:

	ogcli send wol

* WoL packet type is specified with --type option.
* Specifying targets follows same parameters as 'set modes' with:
	--client-ip
	--room-id
	--center-id
2021-03-29 13:47:28 +02:00
..
__init__.py Rename files to remove 'og' prefix 2020-06-30 12:51:51 +02:00
client.py Print json instead of python dict in responses 2021-03-18 15:40:35 +01:00
modes.py Add utils.py 2021-03-29 13:47:18 +02:00
scopes.py Print json instead of python dict in responses 2021-03-18 15:40:35 +01:00
wol.py Add WoL sending capability 2021-03-29 13:47:28 +02:00