I’ve seen some conversation about compression/decompression in the forums, but didn’t find this exactly. We are migrating to a CBOR payload already, which is supported by Losant workflows. I’d like to consider using gzip or zlib to compress my payload at the edge, send to Losant over MQTT, and have a function node decompress is then a CBOR node to access the encoded payload?
Is that possible?