tjhowse / modbus4mqtt

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

Fix value map misinterpretation #17

Closed tjhowse closed 3 years ago

tjhowse commented 3 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.