beremiz
Clone
Summary
Browse
Changes
Graph
add comment
2020-06-06, Mario de Sousa
9d08e3bba629
Parents
ddbf029f5682
Children
654583c4af83
add comment
1 files changed, 2 insertions(+), 0 deletions(-)
+2
-0
runtime/Modbus_config.py
--- a/runtime/Modbus_config.py Sat Jun 06 08:50:36 2020 +0100
+++ b/runtime/Modbus_config.py Sat Jun 06 08:51:32 2020 +0100
@@ -147,6 +147,8 @@
("addr_type" , _("") , ctypes.c_char_p, annotate.String)
]
+# Parameters we will need to get from the C code, and that _will_ be shown
+# on the web interface.
TCPclient_parameters = [
# param. name label ctype type annotate type
# (C code var name) (used on web interface) (C data type) (web data type)