From b08f27136def45ff03a2a4877b13e5f55cd6285c Mon Sep 17 00:00:00 2001 From: susji Date: Thu, 4 Apr 2024 00:32:57 +0300 Subject: [PATCH] README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fb3e770..f3390d1 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,6 @@ $ mosquitto_sub \ | jq --raw-output --compact-output \ 'select(.Temperature.Valid) | [.Timestamp, .MAC, .Temperature.Value] | @tsv' ``` + +For an example how to insert the data into a database, see the documentation for +[ruuviscan](https://github.com/susji/ruuviscan?tab=readme-ov-file#storing-temperature-values-in-an-sqlite-database).