You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Sensor API docs, we refer to the UUID with three different names:
name
uuid
id
Should have just one name/reference for this property.
To create a sensor, the name field is set to "Test_Sensor", but then in get sensor details, name is the uuid and "Test_Sensor" was bumped to source_name. Then in the search request, we refer to a sensor "ID" to mean UUID, and there is no mention of a "name" field (except in the response, which bumps ID to "name" again).
The text was updated successfully, but these errors were encountered:
In the Sensor API docs, we refer to the UUID with three different names:
Should have just one name/reference for this property.
To create a sensor, the name field is set to "Test_Sensor", but then in get sensor details, name is the uuid and "Test_Sensor" was bumped to source_name. Then in the search request, we refer to a sensor "ID" to mean UUID, and there is no mention of a "name" field (except in the response, which bumps ID to "name" again).
The text was updated successfully, but these errors were encountered: