Bosch IoT Suite

2021-06-02 - Boch IoT Things - service update

Our latest service release comes with various changes:

Connection management - new option to publish announcements

When a managed connection is opened or gracefully closed, the Things service can send a respective announcement.

Example - opened connection

{
"topic":"_/<connection-id>/connections/announcements/opened",
"headers":{"content-type":"application/json"},
"path":"/",
"value":{
"openedAt":"2021-06-01T17:06:15.789662330Z"
}
}


Example - closed connection

{
"topic":"_/<connection-id>/connections/announcements/closed",
"headers":{"content-type":"application/json"},
"path":"/",
"value":{
"closedAt":"2021-06-01T17:27:10.814860443Z"
}
}

You can activate and deactivate such announcements using the Connections/Integrations UI, as well as via Bosch IoT Things – HTTP API.


At this occasion, various minor bugs have also been fixed.