Connect any Parking data source using a Elke Parking gegevensbron verbinden met een Generic Endpoint
The payload for parking data De payload voor parkeergegevens is
Code Block | ||
---|---|---|
| ||
{ “device”: "<unique_device_id>", // string: unique id of the device “type”: "pir", // string: pir for occupancy “timestamp”: "2020-09-22T14:27:36Z", // string: ISO 8601 date and time “value”: "1" // string: 0 or 1, 0 = not occupied, 1 = occupied } |
...