Configuration Guide
Project Structure Overview
Eureka ePSD V1.0
Car1
DoorOpen:
false1
Expanding the Structure
Adding More Cars
You can add additional cars by following the established pattern. The ePSD V1.0 System supports up to 20 Cars. For instance, introducing "Car2":
Car2
DoorOpen:
false1
2 (demonstrating adding an additional door)
3 (demonstrating adding an additional door)
Adding More Doors to Existing Cars
To expand the number of doors in an existing car, just append more numbered entries under that car. The ePSD V1.0 System supports up to 20 doors within a "Car" folder. For example, adding a fourth door to Car1:
Car1
DoorOpen:
false1
2
3
4 (new door added)
Last updated