Coming from #39 and building upon #40, this implements the acquisition of bulk readings in compact JSON format as needed by @valentinbarral. The "compact JSON" format is currently defined with timestamps as keys.
Instead of submitting data to the /data.json MQTT topic suffix, this "compact JSON" format is decoded on the /tc.json MQTT topic suffix. "tc.json" in this context means "timestamped compact json".
Coming from #39 and building upon #40, this implements the acquisition of bulk readings in compact JSON format as needed by @valentinbarral. The "compact JSON" format is currently defined with timestamps as keys.
An example payload is:
Instead of submitting data to the
/data.json
MQTT topic suffix, this "compact JSON" format is decoded on the/tc.json
MQTT topic suffix."tc.json"
in this context means "timestamped compact json".