We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f4137 commit 4a35ca5Copy full SHA for 4a35ca5
src/app/clusters/chime-server/chime-server.cpp
@@ -69,7 +69,7 @@ void ChimeServer::LoadPersistentAttributes()
69
{
70
// Load Active Chime ID
71
uint8_t storedActiveChimeID = 0;
72
- CHIP_ERROR err = GetSafeAttributePersistenceProvider()->ReadScalarValue(
+ CHIP_ERROR err = GetSafeAttributePersistenceProvider()->ReadScalarValue(
73
ConcreteAttributePath(GetEndpointId(), Chime::Id, ActiveChimeID::Id), storedActiveChimeID);
74
if (err == CHIP_NO_ERROR)
75
0 commit comments