adding documentation and renaming

This commit is contained in:
2026-04-29 16:28:01 +02:00
parent 92e58253d2
commit 52d00d09f8
7 changed files with 67 additions and 21 deletions
+1 -2
View File
@@ -8,7 +8,6 @@ record(stringout, "$(DEVICE)_set_$(PARAMETER_NAME)_$(PARAMETER_ID)") {
}
record(stringin, "$(DEVICE)_get_$(PARAMETER_NAME)_$(PARAMETER_ID)") {
field(PINI, "NO")
field(INP, "$(DEVICE)_outlet_getter_fanout.$(FANOUT_FIELD_NAME) NPP MS")
field(INP, "$(DEVICE)_outlet_getter.$(SCALCOUT_FIELD_INPUT) NPP MS")
field(FLNK, "$(DEVICE)_get_$(PARAMETER_NAME)_$(FORWARDED_ID)")
}