Adding data from IoT Core to TimeStream with Rules. Strange table column

0

I am pushing this message style to Iot Core:

#test/testing
{
  "sensor_id": "28-3ce104579319",
  "value": 33.312
}
#test/testing
{
  "sensor_id": "28-011921d74ee8",
  "value": 21.875
}
#test/testing
{
  "sensor_id": "28-3ce10457469c",
  "value": 56.0
}
#test/testing
{
  "sensor_id": "28-011921dac0de",
  "value": 21.75
}

I configured a rule like this to write into timestream.

SQL statement
SELECT sensor_id, value FROM 'test/testing'

Gib hier eine Bildbeschreibung ein

I added this table to Grafana. And I can see records. But I am confused why I see this records in the yellow box marked. Why is this in the database? It doesn't make any sense to me. Gib hier eine Bildbeschreibung ein Did I made a mistakte somewhere? Or is this the normal behavior and why?

Thank you

回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ