File tree 1 file changed +4
-2
lines changed
examples/light-switch-app/silabs/src
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -934,11 +934,13 @@ void RegisterSwitchCommands()
934
934
static const shell_command_t sSwitchCommand = { &SwitchCommandHandler, " switch" ,
935
935
" Light-switch commands. Usage: switch <subcommand>" };
936
936
937
- sShellSwitchGroupsOnOffSubCommands .RegisterCommands (sSwitchGroupsOnOffSubCommands , MATTER_ARRAY_SIZE (sSwitchGroupsOnOffSubCommands ));
937
+ sShellSwitchGroupsOnOffSubCommands .RegisterCommands (sSwitchGroupsOnOffSubCommands ,
938
+ MATTER_ARRAY_SIZE (sSwitchGroupsOnOffSubCommands ));
938
939
sShellSwitchGroupsLevelControlSubCommands .RegisterCommands (sSwitchGroupsLevelControlSubCommands ,
939
940
MATTER_ARRAY_SIZE (sSwitchGroupsLevelControlSubCommands ));
940
941
sShellSwitchOnOffSubCommands .RegisterCommands (sSwitchOnOffSubCommands , MATTER_ARRAY_SIZE (sSwitchOnOffSubCommands ));
941
- sShellSwitchLevelControlSubCommands .RegisterCommands (sSwitchLevelControlSubCommands , MATTER_ARRAY_SIZE (sSwitchLevelControlSubCommands ));
942
+ sShellSwitchLevelControlSubCommands .RegisterCommands (sSwitchLevelControlSubCommands ,
943
+ MATTER_ARRAY_SIZE (sSwitchLevelControlSubCommands ));
942
944
sShellSwitchGroupsSubCommands .RegisterCommands (sSwitchGroupsSubCommands , MATTER_ARRAY_SIZE (sSwitchGroupsSubCommands ));
943
945
sShellSwitchBindingSubCommands .RegisterCommands (sSwitchBindingSubCommands , MATTER_ARRAY_SIZE (sSwitchBindingSubCommands ));
944
946
sShellSwitchSubCommands .RegisterCommands (sSwitchSubCommands , MATTER_ARRAY_SIZE (sSwitchSubCommands ));
You can’t perform that action at this time.
0 commit comments