blob: ee77ae53ef4587f54a5cc79b9dff88bc774f1e41 [file] [log] [blame]
#pragma once
#include <app/clusters/meter-identification-server/meter-identification-server.h>
CHIP_ERROR MeterIdentificationInit(chip::EndpointId endpointId);
CHIP_ERROR MeterIdentificationShutdown();
namespace chip {
namespace app {
namespace Clusters {
namespace MeterIdentification {
Instance * GetInstance();
} // namespace MeterIdentification
} // namespace Clusters
} // namespace app
} // namespace chip