SICS-699 Provide a hipadaba "control" group for special hdb nodes like environment setpoints and sensor readings

This commit is contained in:
Ferdi Franceschini
2013-11-14 20:38:02 +11:00
committed by Ferdi Franceschini
parent 58e35efba3
commit 6692a1a2bb
3 changed files with 24 additions and 1 deletions

View File

@@ -211,6 +211,12 @@ set instrument_dictionary [subst {
datatype @none
property {data true control true nxsave false klass @none type part}
}
control {
privilege spy
sobj {@any control}
datatype @none
property {data false control true nxsave false klass @none type nxvgroup}
}
data {
privilege spy
sobj {@any data}