Skip to content

Commit a4c1815

Browse files
committed
Fix for prettier-check
1 parent 4a18810 commit a4c1815

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

docs/user-guide/microservices/controller/data_formats.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ discrete identifier with a presence event.
133133

134134
### Sensor Message Fields
135135

136-
| Field | Type | Required | Description |
137-
| ----------- | --------------------- | :------: | ----------------------------------------------------------------------------- |
136+
| Field | Type | Required | Description |
137+
| ----------- | --------------------- | :------: | ---------------------------------------------------------------------------- |
138138
| `id` | string | Yes | Sensor identifier; must match the provisioned sensor ID in Intel® SceneScape |
139-
| `timestamp` | string (ISO 8601 UTC) | Yes | Acquisition time of the reading |
140-
| `value` | any | Yes | Sensor reading — numeric scalar, string, boolean, or any JSON value |
141-
| `subtype` | string | No | Sensor subtype hint (e.g. `"temperature"`, `"humidity"`) |
142-
| `rate` | number ≥ 0 | No | Rate at which the sensor is producing readings (readings per second) |
139+
| `timestamp` | string (ISO 8601 UTC) | Yes | Acquisition time of the reading |
140+
| `value` | any | Yes | Sensor reading — numeric scalar, string, boolean, or any JSON value |
141+
| `subtype` | string | No | Sensor subtype hint (e.g. `"temperature"`, `"humidity"`) |
142+
| `rate` | number ≥ 0 | No | Rate at which the sensor is producing readings (readings per second) |
143143

144144
The `id` field must match the last path segment of the MQTT topic:
145145
`scenescape/data/sensor/{sensor_id}`.
@@ -403,18 +403,18 @@ interest changes. The `{event_type}` segment is typically `objects`.
403403

404404
### Region Event Top-Level Fields
405405

406-
| Field | Type | Description |
407-
| ------------- | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
408-
| `timestamp` | string (ISO 8601 UTC) | Event timestamp |
409-
| `scene_id` | string | Scene identifier (UUID) |
410-
| `scene_name` | string | Scene name |
411-
| `region_id` | string | Region identifier (UUID) |
412-
| `region_name` | string | Region name |
413-
| `counts` | object | Map of category to object count currently inside the region (e.g. `{"person": 2}`) |
414-
| `objects` | array | Tracked objects currently inside the region. Each object includes live `regions.<region_id>.dwell` in addition to [Common Output Track Fields](#common-output-track-fields) |
415-
| `entered` | array | Objects that entered the region during this cycle; each element is a bare track object and may include live `regions.<region_id>.dwell`. Empty when no entry occurred |
416-
| `exited` | array | Objects that exited the region during this cycle; each element is `{"object": <track>, "dwell": <seconds>}`. Empty when no exit occurred |
417-
| `metadata` | object | Region geometry: `title`, `uuid`, `points` (polygon vertices in metres), `area` (`"poly"`), `fromSensor` (boolean) |
406+
| Field | Type | Description |
407+
| ------------- | --------------------- | ------------------------------------------------------------------------------------------------------------------ |
408+
| `timestamp` | string (ISO 8601 UTC) | Event timestamp |
409+
| `scene_id` | string | Scene identifier(UUID) |
410+
| `scene_name` | string | Scene name |
411+
| `region_id` | string | Region identifier (UUID) |
412+
| `region_name` | string | Region name |
413+
| `counts` | object | Map of category to object count currently inside the region (e.g. `{"person": 2}`) |
414+
| `objects` | array | Tracked objects currently inside the region (#common-output-track-fields) |
415+
| `entered` | array | Objects that entered the region during this cycle; Empty when no entry occurred |
416+
| `exited` | array | Objects that exited the region during this cycle; Empty when no exit occurred |
417+
| `metadata` | object | Region geometry: `title`, `uuid`, `points` (polygon vertices in metres), `area` (`"poly"`), `fromSensor` (boolean) |
418418

419419
### Example Region Event Message
420420

0 commit comments

Comments
 (0)