day_mode
Switches the model railroad layout to daytime operation. Turns off all layout lights and locomotive lights in one call, without affecting speed, direction, or track power.
Instructions
Set the layout to daytime operation mode: turn off every layout light and every locomotive's lights.
Call for "put the layout in day mode"/"mode jour"/"il fait jour" — the inverse of night_mode. Turns OFF every layout light (JMRI Light objects — same as set_layout_lights(False)) and every acquired locomotive's light-related functions (same as set_all_locos_lights(False)), in one call.
Does NOT change speed, direction, or throttle acquisition, and does NOT affect track power (set_power) or signal aspects (set_signal) — lighting only.
Returns {"locomotives": [...], "layout_lights": }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||