Add new remote command:

- hosts: display connected hosts, or NONE if disconnected (surrounded with double quotes).
This commit is contained in:
Daniel Caujolle-Bert
2022-01-21 08:13:24 +00:00
parent 5aa6e54130
commit 6c36e29f88
6 changed files with 44 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ enum REMOTE_COMMAND {
RCD_DISABLE_NETWORK5,
RCD_DISABLE_XLX,
RCD_CONNECTION_STATUS,
RCD_CONFIG_HOSTS,
RCD_NONE
};