File tree 1 file changed +3
-3
lines changed
src/app/clusters/ecosystem-information-server
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -282,11 +282,11 @@ CHIP_ERROR EcosystemInformationServer::ReadAttribute(const ConcreteReadAttribute
282
282
switch (aPath.mAttributeId )
283
283
{
284
284
case Attributes::RemovedOn::Id:
285
- return EcosystemInformationServer::Instance (). EncodeRemovedOnAttribute (aPath.mEndpointId , aEncoder);
285
+ return EncodeRemovedOnAttribute (aPath.mEndpointId , aEncoder);
286
286
case Attributes::DeviceDirectory::Id:
287
- return EcosystemInformationServer::Instance (). EncodeDeviceDirectoryAttribute (aPath.mEndpointId , aEncoder);
287
+ return EncodeDeviceDirectoryAttribute (aPath.mEndpointId , aEncoder);
288
288
case Attributes::LocationDirectory::Id:
289
- return EcosystemInformationServer::Instance (). EncodeLocationStructAttribute (aPath.mEndpointId , aEncoder);
289
+ return EncodeLocationStructAttribute (aPath.mEndpointId , aEncoder);
290
290
case Attributes::ClusterRevision::Id: {
291
291
uint16_t rev = ZCL_ECOSYSTEM_INFORMATION_CLUSTER_REVISION;
292
292
return aEncoder.Encode (rev);
You can’t perform that action at this time.
0 commit comments