eclipse-kura / kura

Eclipse Kura™ is a versatile framework to supercharge your edge devices, streamlining the process of configuring your gateway, connecting sensors, and IoT devices to seamlessly collect, process, and send data to the cloud.
https://eclipse.dev/kura/
Eclipse Public License 2.0
498 stars 305 forks source link

refactor(ModemReadyEvent): remove ModemReadyEvent handling from CloudConnections #5331

Closed marcellorinaldo closed 1 month ago

marcellorinaldo commented 1 month ago

This PR removed the handling of the ModemReadyEvent in the cloud connections implementations since it is not more launched by anyone (net.admin has been removed).

It also removes the republish.mqtt.birth.cert.on.modem.detect option from the cloud connections metatype.

Related Issue: N/A.

Description of the solution adopted: N/A.

Screenshots: N/A.

Manual Tests: N/A.

Any side note on the changes made: N/A.