4 lines
119 B
Python
4 lines
119 B
Python
#!/usr/bin/env python3
|
|
# Poll holding registers and ship them to the metrics endpoint.
|
|
REGISTERS = range(40001, 40033)
|