Files
sea/tcl/drivers/value.tcl
2022-08-18 15:04:28 +02:00

11 lines
116 B
Tcl

namespace eval value {} {
}
proc stdConfig::value {} {
variable name
controller syncedprot
obj VALUE upd
}