diff options
author | Alvaro Neira Ayuso <aneira@soleta.eu> | 2020-01-16 20:14:40 +0100 |
---|---|---|
committer | Alvaro Neira Ayuso <alvaroneay@gmail.com> | 2020-01-19 19:50:44 +0100 |
commit | b5e182f7dd6e99b68de268e52cdc1395d82932ee (patch) | |
tree | 2cea53b17d9558dbde34cb34a3d7510bb9198ddf /src/linux/__init__.py | |
parent | b2fd0b5fffbd60e986eebc03c3a24f06194b4368 (diff) |
Add Refresh command
This patch allows us to execute refresh command using ogClient. This command
gets all the configuration in our machine and send this information to the
server. The format of the message that ogClient will send to the server will be:
{"disk": "1", "partition_setup": [{"partition": "1", "code": "LINUX",
"filesystem": "NTFS", "size": "498688", "format": "0"}, {"partition": "2",
"code": "LINUX", "filesystem": "NTFS", "size": "498688", "format": "0"},
{"partition": "3", "code": "LINUX", "filesystem": "NTFS", "size": "498688",
"format": "0"}]}
Diffstat (limited to 'src/linux/__init__.py')
0 files changed, 0 insertions, 0 deletions