temporary

This commit is contained in:
2026-04-29 14:51:14 +02:00
parent 13ba9457a4
commit 92e58253d2
8 changed files with 52 additions and 26 deletions
+3 -2
View File
@@ -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)")
}