tjhowse / modbus4mqtt

Modbus TCP <-> MQTT glue. YAML configuration. Robust.
Other
81 stars 35 forks source link

Fix value map misinterpretation #17

Closed tjhowse closed 4 years ago

tjhowse commented 4 years ago

A fix for #7. Migrating to a different YAML loader that supports v1.2, which removed the interpretation of "on" and "off" as booleans. Value maps will properly be interpreted as strings.