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.
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.
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.