/
Generic Endpoint for Parking data points

Generic Endpoint for Parking data points

Connect any Parking data source using a Generic Endpoint

 

The payload for parking data is

{ “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 }

 

Related content