We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 443b0c7 commit c4064f0Copy full SHA for c4064f0
examples/fabric-bridge-app/fabric-bridge-common/include/BridgedDevice.h
@@ -65,25 +65,12 @@ class BridgedDevice
65
void SetUniqueId(const std::string & value) { mAttributes.uniqueId = value; }
66
67
protected:
68
-<<<<<<< HEAD
69
bool mReachable = false;
70
bool mIsIcd = false;
71
72
chip::NodeId mNodeId = 0;
73
chip::EndpointId mEndpointId = 0;
74
chip::EndpointId mParentEndpointId = 0;
75
-||||||| a315c91a2d
76
- bool mReachable;
77
- chip::NodeId mNodeId;
78
- chip::EndpointId mEndpointId;
79
- chip::EndpointId mParentEndpointId;
80
-=======
81
82
- bool mIsIcd = false;
83
84
85
86
->>>>>>> master
87
88
BridgedAttributes mAttributes;
89
};
0 commit comments