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

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인