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 04a7ba8 commit 9c7a0d5Copy full SHA for 9c7a0d5
examples/oven-app/oven-app-common/include/CookTopEndpoint.h
@@ -33,8 +33,6 @@ class CookTopEndpoint
33
34
/**
35
* @brief Initialize the cooktop endpoint.
36
- *
37
- * @return CHIP_ERROR indicating success or failure of the initialization.
38
*/
39
CHIP_ERROR Init();
40
examples/oven-app/oven-app-common/src/OvenEndpoint.cpp
@@ -28,7 +28,6 @@ using namespace chip::app::Clusters;
28
using namespace chip::app::Clusters::Oven;
29
using namespace chip::app::Clusters::OvenMode;
30
using namespace chip::app::Clusters::TemperatureControlledCabinet;
31
-// using namespace chip::app::Clusters::detail::Structs;
32
using chip::Protocols::InteractionModel::Status;
// Static member definitions
0 commit comments