modbus: rename register types once more
authorEric Sandeen <sandeen@sandeen.net>
Wed, 28 Jan 2015 04:36:05 +0000 (22:36 -0600)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 2 Feb 2015 11:16:42 +0000 (12:16 +0100)
commite6553128adbed931c8ae36036d60e357868a9ec7
tree9ca25f9b0f4c494b5c19b6a5d741b63b0f241e7d
parentbbafc01fc34e6e655127135e22486f6246bd2df7
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
src/collectd.conf.in
src/collectd.conf.pod
src/modbus.c