mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-06 23:13:48 +00:00
[unlim-networks] DMRGateway
This commit is contained in:
parent
fa558552d8
commit
366b32a29a
3 changed files with 306 additions and 1465 deletions
|
|
@ -25,17 +25,24 @@
|
|||
#include <string>
|
||||
|
||||
enum class REMOTE_COMMAND {
|
||||
//!!TODO: make command with argument to remove networks limit
|
||||
ENABLE_NETWORK1,
|
||||
ENABLE_NETWORK2,
|
||||
ENABLE_NETWORK3,
|
||||
ENABLE_NETWORK4,
|
||||
ENABLE_NETWORK5,
|
||||
ENABLE_NETWORK6,
|
||||
ENABLE_NETWORK7,
|
||||
ENABLE_NETWORK8,
|
||||
ENABLE_XLX,
|
||||
DISABLE_NETWORK1,
|
||||
DISABLE_NETWORK2,
|
||||
DISABLE_NETWORK3,
|
||||
DISABLE_NETWORK4,
|
||||
DISABLE_NETWORK5,
|
||||
DISABLE_NETWORK6,
|
||||
DISABLE_NETWORK7,
|
||||
DISABLE_NETWORK8,
|
||||
DISABLE_XLX,
|
||||
CONNECTION_STATUS,
|
||||
CONFIG_HOSTS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue