Sending the notification custom msg on the web console after bootup

Hi, Is there any way to send the software version to golioth console after booting the embedded software without using the RPC?

This will indicate about when the new device come on the air and with which software version.

This is the use-case.

Regards,
Maq

Hey @maq,

Device firmware version is commonly reported to the cloud through the OTA service as shown in the fw_update example. The OTA service is often used for managing device updates remotely, making it a reliable and efficient choice for reporting firmware versions.

Alternatively, the firmware version can be reported using the LightDB State. For implementation details, check out the lightdb set example.