Allow "meta" at member top of array of struct
This commit is contained in:
@ -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"}
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user