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.
Video chapters
- 0:00 — Organize device display order
- 0:33 — Save a clean room order before export
Full English transcript
Automatic English captions from the published YouTube video, lightly normalized for product names.
[0:00] A very special feature is that here we can very easily organize the order of the devices. this is important. We can do it from the map view but also from the free view. this is very important because this order is the one who is being used in when the the driver creates in Control4. So if you do it this way you not you don't need to manually go to every room and order in the navigation tab in Control4 and order all the devices. So my recommendation is review it before exporting all the rooms and order them. That is very easy and convenient.
Technical walkthrough summary
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.
