NTScalar w/ string still has description/units
This commit is contained in:
@@ -41,6 +41,14 @@ TypeDef NTScalar::build() const
|
||||
String("units"),
|
||||
}),
|
||||
};
|
||||
} else if(display && !isnumeric) {
|
||||
def += {
|
||||
Struct("display", {
|
||||
String("description"),
|
||||
//String("format"),
|
||||
String("units"),
|
||||
}),
|
||||
};
|
||||
}
|
||||
|
||||
if(control && isnumeric) {
|
||||
|
||||
Reference in New Issue
Block a user