mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-20 17:05:44 +02:00
9 lines
253 B
Text
9 lines
253 B
Text
#!rsc by RouterOS
|
|
# RouterOS script: leds-night-mode
|
|
# Copyright (c) 2013-2025 Christian Hesse <mail@eworm.de>
|
|
# https://rsc.eworm.de/COPYING.md
|
|
#
|
|
# disable LEDs
|
|
# https://rsc.eworm.de/doc/leds-mode.md
|
|
|
|
/system/leds/settings/set all-leds-off=immediate;
|