Open hicklin opened 2 months ago
There may be an issue here due to the fact that the Mode Select cluster has a struct with the same name. There are a couple of options to consider here
On point 3, @bzbarsky-apple did a quick analyses and found that because ZAP selects the "global" name in preference to the cluster-specific one, we'll need an update to zap.
Well, and the spec will need to define how these name collisions are handled..
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Remove stale label or comment or this will be closed in 30 days.
This issue depends on issue #34700.
According to the spec, the
SemanticTagStruct
type should be a globally defined type. See here.Given that now there is a way to represent global structs, we should
descriptor-cluster.xml
to theglobal-structs.xml
, without an attributed cluster.Namespace
enum from issue #34700.