Returns (Task)
Adjust the Last Ping to the Bosch Service.
Name | Description |
---|---|
item |
Example in C#
// Returns: nothing
await client.UpdateBoschServiceLastPingAsync(BoschServiceInfo item);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/boschservices/BOSCHSERVICES.KEY/lastping \
-H 'Authorization: Bearer TOKEN_GOES_HERE'
-H 'Content-Type: application/json' \
-D '""'