How do I implement scenes in my firmware?
Scenes allow users to control multiple device parameters with a single action. To enable scenes:
esp_rmaker_scenes_enable();
No additional firmware code is required. Users can create and manage scenes through the phone app, and the firmware will automatically execute scene commands.
For advanced scene implementation, see Scenes Usage.