summaryrefslogtreecommitdiff
path: root/CommandTerminal/Commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'CommandTerminal/Commands.h')
-rw-r--r--CommandTerminal/Commands.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/CommandTerminal/Commands.h b/CommandTerminal/Commands.h
new file mode 100644
index 0000000..5b699f4
--- /dev/null
+++ b/CommandTerminal/Commands.h
@@ -0,0 +1,19 @@
+#include "Command.h"
+
+#include "CmdAttention.h"
+#include "CmdIdentification.h"
+
+#include "CmdFactoryDefault.h"
+#include "CmdSaveConfig.h"
+#include "CmdDisplayConfig.h"
+#include "CmdDeviceId.h"
+#include "CmdPublicNetwork.h"
+#include "CmdNetworkAddress.h"
+#include "CmdNetworkSessionKey.h"
+#include "CmdDataSessionKey.h"
+#include "CmdNetworkKey.h"
+#include "CmdNetworkId.h"
+#include "CmdNetworkJoinMode.h"
+#include "CmdTxDataRate.h"
+#include "CmdTxPower.h"
+#include "CmdFrequencySubBand.h"