Could you tell me the way to add user defined shell command into the matter light-bulb demo ?
Could you tell me the way to add user defined shell command into the matter light-bulb demo ?
Hi,
The Matter Light Switch sample has custom shell commands implemented, you can take inspiration from this: light_switch/src/shell_commands.cpp.
For something more minimal, see the Zephyr custom shell module sample.
Regards,
Sigurd Hellesvik