9#include "board/board.h"
10#include <platform/CHIPDeviceLayer.h>
21#ifdef CONFIG_BRIDGE_SMART_PLUG_SUPPORT
22 static constexpr chip::EndpointId kSmartplugEndpointId = 2;
23 static void ButtonEventHandler(Nrf::ButtonState
state, Nrf::ButtonMask hasChanged);
24 static void SmartplugOnOffEventHandler();
30 static CHIP_ERROR RestoreBridgedDevices();
static AppTask & Instance()
Definition: app_task.h:14
Definition: app_task.h:12