Skip to content

Commit

Permalink
add storedFabricIndex (currently broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiel-apple committed Aug 8, 2024
1 parent 6357e6a commit 805ed08
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/darwin/Framework/CHIP/MTRDeviceController_Concrete.mm
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ @interface MTRDeviceController_Concrete ()

// MTRDeviceController ivar internal access

//@property (nonatomic, readonly) std::atomic<chip::FabricIndex> storedFabricIndex;

@property (nonatomic, readonly) std::atomic<chip::FabricIndex> storedFabricIndex;
@property (nonatomic, readonly) chip::Controller::DeviceCommissioner * cppCommissioner;
@property (nonatomic, readonly) chip::Credentials::PartialDACVerifier * partialDACVerifier;
@property (nonatomic, readonly) chip::Credentials::DefaultDACVerifier * defaultDACVerifier;
Expand Down Expand Up @@ -156,7 +155,7 @@ @implementation MTRDeviceController_Concrete {
@synthesize otaProviderDelegateQueue = _otaProviderDelegateQueue;
@synthesize commissionableBrowser = _commissionableBrowser;
@synthesize concurrentSubscriptionPool = _concurrentSubscriptionPool;

@synthesize storedFabricIndex = _storedFabricIndex;

//@synthesize uniqueIdentifier = _uniqueIdentifier;

Expand Down

0 comments on commit 805ed08

Please sign in to comment.