Allow "meta" at member top of array of struct

This commit is contained in:
Michael Davidsaver
2022-11-02 10:53:20 -07:00
parent 3b9990e365
commit 2a53ea7e47
2 changed files with 20 additions and 3 deletions

View File

@ -74,3 +74,17 @@ record(mbbi, "$(N):ColorMode") {
}
})
}
record(bo, "$(N):extra") {
field(ZNAM, "foo")
field(ONAM, "bar")
info(Q:group, {
"$(N):Array":{
"attribute[1].value":{+type:"any",
+channel:"VAL",
+putorder:0,
+trigger:"attribute[1].value"},
"attribute[1]":{+type:"meta", +channel:"SEVR"}
}
})
}