KundenkonfigurationGeräte und EndpointsGeräteGeräteintegrationHTTPHTTP-APISpeicherung von Sensordaten
Text-Sensoren
Speichern von Text
Die HTTP-Integration von Text ermöglicht das Speichern von Text mit bis zu 255 Zeichen Länge unter Verwendung der folgenden Struktur:
POST /services/gear/DeviceIntegrationService.svc/UpdateTextContainerStatus HTTP/1.1
Host: gear.cloud.studio
Content-Type: application/json
{
"accessToken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"endpointID": 1,
"text": "Sample text...",
"timestamp": "2024-02-23T14:55:03"
}Parameter
| Name | Description | Data Type |
|---|---|---|
| accessToken | Access token with permissions to update endpoint information. See this page for more information. | text |
| endpointID | Unique endpoint identifier or combination of device address and endpoint address in format [deviceAddress]:endpointAddress (e.g.: [device-1234]:1). These values can be found on the endpoint management page. | numeric |
| text | Contenido de texto que se desea almacenar | text |
| timestamp | Optional value indicating the UTC date and time of the snapshot. The date format must match one of those specified in the date formats section. If the field is omitted, the platform will assume the measurement corresponds to the current date and time. | text |
Kameras
Speichern von Schnappschüssen Die HTTP-Integration von Kameras ermöglicht das Speichern von Schnappschüssen unter Verwendung der folgenden Struktur: POST...
Aktualisierung von Gerätedaten
Einführung Dieser Abschnitt beschreibt die Optionen zur Aktualisierung von Geräteinformationen, wie z. B. geografische Position, Batteriestand oder Signalstärke.