BlackZork / mqmgateway

MQTT gateway for modbus networks
GNU Affero General Public License v3.0
44 stars 20 forks source link

Fix: support publish for uint32 values #25

Closed git-developer closed 1 year ago

git-developer commented 1 year ago

Without this patch, all values converted by std.uint32() are published as null via MQTT.

BlackZork commented 1 year ago

Added with unit test, thanks.