mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-06 23:13:48 +00:00
Merge branch 'master' into mqtt
This commit is contained in:
commit
1028225a8d
8 changed files with 489 additions and 2731 deletions
|
|
@ -23,17 +23,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