We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b53c2 commit 4002324Copy full SHA for 4002324
1 file changed
matter/devicetype.go
@@ -238,7 +238,7 @@ var (
238
DeviceTypeRequirementLocationChildEndpoint: "childEndpoint",
239
DeviceTypeRequirementLocationRootEndpoint: "rootEndpoint",
240
DeviceTypeRequirementLocationDescendantEndpoint: "descendantEndpoint",
241
- DeviceTypeRequirementLocationAnywhere: "anywhere",
+ DeviceTypeRequirementLocationAnywhere: "anyEndpoint",
242
}
243
)
244
0 commit comments