We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the MQTT API accepts readings in two formats:
device/sck/%s/readings
device/sck/%s/readings/raw
Finding an efficient serialisation yet standard method to replace raw might be relevant for platform growth and standardisation.
raw
That will allow forwarding MQTT messages to third-party platforms in a well-defined standard instead of a custom "broken" JSON.
Potential standards:
https://msgpack.org/index.html https://protobuf.dev/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, the MQTT API accepts readings in two formats:
device/sck/%s/readings
used by a device to publish one or multiple sensor readings in JSON formatdevice/sck/%s/readings/raw
used by a device to publish sensor readings in `raw`` non-standard format (see custom parser)Finding an efficient serialisation yet standard method to replace
raw
might be relevant for platform growth and standardisation.That will allow forwarding MQTT messages to third-party platforms in a well-defined standard instead of a custom "broken" JSON.
Potential standards:
https://msgpack.org/index.html
https://protobuf.dev/
The text was updated successfully, but these errors were encountered: