|
MeshX 0.4
This repository provides an implementation for Bluetooth Low Energy (BLE) Mesh network nodes. The project allows you to create BLE mesh nodes that can communicate with each other, enabling the development of smart home solutions or other IoT-based applications.
|
Shell command structure. More...
#include <meshx_shell.h>
Data Fields | |
| const char * | command |
| const char * | help |
| const char * | hint |
| meshx_shell_func_t | func |
Shell command structure.
| const char* meshx_shell_cmd_t::command |
Command name
| meshx_shell_func_t meshx_shell_cmd_t::func |
Command function
| const char* meshx_shell_cmd_t::help |
Help text
| const char* meshx_shell_cmd_t::hint |
Hint text (optional)