Blackbox API 0.1.0 documentation
The API lets you remotely send data and manage blackbox devices.
Table of Contents#
Servers#
mosquitto Server#
- URL:
mqtt://mqtt.i-ikigai.nl - Protocol:
mqtt
Channels#
ik/bb/deviceIdHash/telemetry Channel#
publish Operation#
Publish all ambient sensor telemetry data
Message telemetryMessage#
Payload#
| Name | Type | Description | Value | Constraints | Notes |
|---|---|---|---|---|---|
| (root) | object | - | - | - | additional properties are allowed |
| id | string | Id of the device | - | format (uuid) | - |
| temperature | integer | Temeperature measured in degrees. | - | - | - |
| packetId | integer | - | - | >= 0 | - |
Examples of payload (generated)