We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4220e commit 668d919Copy full SHA for 668d919
examples/refrigerator-app/silabs/src/EventHandlerLibShell.cpp
@@ -28,8 +28,7 @@ constexpr uint8_t kRefEndpointId = 1;
28
29
using namespace chip;
30
using namespace chip::app;
31
-using namespace Clusters::RefrigeratorAlarm;
32
-using namespace Clusters::TemperatureControl;
+using namespace chip::app::Clusters;
33
using Shell::Engine;
34
using Shell::shell_command_t;
35
using Shell::streamer_get;
0 commit comments