Skip to content

Commit 668d919

Browse files
[CSA-CP] Matter Shell fixing for the refrigerator devices (#583)
1 parent 8f4220e commit 668d919

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/refrigerator-app/silabs/src/EventHandlerLibShell.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ constexpr uint8_t kRefEndpointId = 1;
2828

2929
using namespace chip;
3030
using namespace chip::app;
31-
using namespace Clusters::RefrigeratorAlarm;
32-
using namespace Clusters::TemperatureControl;
31+
using namespace chip::app::Clusters;
3332
using Shell::Engine;
3433
using Shell::shell_command_t;
3534
using Shell::streamer_get;

0 commit comments

Comments
 (0)