temporary
This commit is contained in:
+3
-2
@@ -4,10 +4,11 @@ record(stringout, "$(DEVICE)_set_$(PARAMETER_NAME)_$(PARAMETER_ID)") {
|
||||
field(VAL, "Off")
|
||||
field(PINI, "YES")
|
||||
|
||||
field(OUT, "@outlet_set.proto set($(PARAMETER_ID)) $(PORT)")
|
||||
field(OUT, "@command.proto set($(PARAMETER_ID)) $(PORT)")
|
||||
}
|
||||
|
||||
record(stringin, "$(DEVICE)_get_$(PARAMETER_NAME)_$(PARAMETER_ID)") {
|
||||
field(PINI, "NO")
|
||||
field(INP, "$(DEVICE)_outlet_getter_fanout.$(FANOUT_FIELD_NAME) NPP MS")
|
||||
field(FLNK, "$(DEVICE)_get_$(PARAMETER_NAME)_$(FORWARDED_ID)")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user