What this video covers
This video shows device reorganization before the Control4 driver build.
Video points
- Device reorganization.
- Clean Control4 driver preparation.
- Project structure before export.
Visual walkthrough transcript
The device reorganization video shows how to clean up the generated structure before handing it to the Composer driver.
This step is useful when devices need to move between rooms, when the generated order should be adjusted, or when the installer wants the final Composer project to be easier to scan and maintain.
The goal is a predictable build. Reorganization happens before the .codu package is exported so Composer receives the intended structure instead of requiring manual cleanup afterwards.
