day_mode
Switch your model railroad to daytime mode by turning off every layout light and locomotive light in one call, eliminating manual light-by-light control.
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 | |||