author | Eric Sandeen <sandeen@sandeen.net> | |
Wed, 28 Jan 2015 04:36:05 +0000 (22:36 -0600) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 2 Feb 2015 11:16:42 +0000 (12:16 +0100) | ||
commit | e6553128adbed931c8ae36036d60e357868a9ec7 | |
tree | 9ca25f9b0f4c494b5c19b6a5d741b63b0f241e7d | tree | snapshot |
parent | bbafc01fc34e6e655127135e22486f6246bd2df7 | commit | diff |
modbus: rename register types once more
As I was looking over my config files again, ModbusRegisterType
kind of stuck out like a sore thumb.
Modbus does talk about "read holding" and "read input" as "commands";
perhaps renaming it as this patch does is more intuitive, so that all
of the Modbus register configurations start with Register.
I'm not wedded to it, but if you like it & agree, here you go.
Thanks,
-Eric
As I was looking over my config files again, ModbusRegisterType
kind of stuck out like a sore thumb.
Modbus does talk about "read holding" and "read input" as "commands";
perhaps renaming it as this patch does is more intuitive, so that all
of the Modbus register configurations start with Register.
I'm not wedded to it, but if you like it & agree, here you go.
Thanks,
-Eric
src/collectd.conf.in | diff | blob | history | |
src/collectd.conf.pod | diff | blob | history | |
src/modbus.c | diff | blob | history |