bieli / IoText-data-protocol

Internet of Things data protocol - simplistic text and CSV-friendly IoT data protocol. Options: Schema-less, schema+versioning, building deltas for data values. Easy to re-use.
Apache License 2.0
0 stars 2 forks source link

Bugfix for issue #1 #5

Closed ksyuzi closed 1 year ago

ksyuzi commented 1 year ago

test_encode in test_iot_ext_codec.py was failing because function encode in item_codec.py and function encode in metric_data_item_codec.py were using Enum names instead of str values. Issue was fixed, now the test passes.

bieli commented 1 year ago

@ksyuzi Thanks for collaboration and fixing bug ;-)