Module Integration Guides
...
ESP32
ESP-IDF

Update Configurations

1min

With Bytebeam you can remotely update the device configuration in the field at any time, this will make sure that the device has optimal configurartion at all time. You can use the bytebeam_add_action_handler function to add the handler for update_config action.

C++


Have a look at update_config example app for a full-fledged example showing how you can update the device configurations and publish the status response to bytebeam cloud.

Follow the below steps to trigger device config updates :)

  • Add device configurations and create a new device config version on Bytebeam as per the instructions mentioned in the Creating a new JSON Configuration version guide.
  • Once, new device config version is created, trigger device config update as per the instructions mentioned in the Trigger new action guide.
  • Progress of the device config update can be monitored on Bytebeam platform using Action status.