mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
fix typo: botton -> button
This commit is contained in:
parent
6575cb3321
commit
f1236065ad
4 changed files with 4 additions and 4 deletions
|
@ -168,7 +168,7 @@ Available Scripts
|
||||||
* [Run other scripts on DHCP lease](doc/lease-script.md)
|
* [Run other scripts on DHCP lease](doc/lease-script.md)
|
||||||
* [Manage LEDs dark mode](doc/leds-mode.md)
|
* [Manage LEDs dark mode](doc/leds-mode.md)
|
||||||
* [Forward log messages via notification](doc/log-forward.md)
|
* [Forward log messages via notification](doc/log-forward.md)
|
||||||
* [Mode botton with multiple presses](doc/mode-button.md)
|
* [Mode button with multiple presses](doc/mode-button.md)
|
||||||
* [Notify on host up and down](doc/netwatch-notify.md)
|
* [Notify on host up and down](doc/netwatch-notify.md)
|
||||||
* [Manage remote logging](doc/netwatch-syslog.md)
|
* [Manage remote logging](doc/netwatch-syslog.md)
|
||||||
* [Manage system update](doc/packages-update.md)
|
* [Manage system update](doc/packages-update.md)
|
||||||
|
|
|
@ -43,7 +43,7 @@ to toggle mode.
|
||||||
See also
|
See also
|
||||||
--------
|
--------
|
||||||
|
|
||||||
* [Mode botton with multiple presses](mode-button.md)
|
* [Mode button with multiple presses](mode-button.md)
|
||||||
|
|
||||||
---
|
---
|
||||||
[◀ Go back to main README](../README.md)
|
[◀ Go back to main README](../README.md)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Mode botton with multiple presses
|
Mode button with multiple presses
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
[◀ Go back to main README](../README.md)
|
[◀ Go back to main README](../README.md)
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de>
|
# Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de>
|
||||||
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
|
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
|
||||||
#
|
#
|
||||||
# act on multiple mode-botton presses from scheduler
|
# act on multiple mode-button presses from scheduler
|
||||||
# https://git.eworm.de/cgit/routeros-scripts/about/doc/mode-button.md
|
# https://git.eworm.de/cgit/routeros-scripts/about/doc/mode-button.md
|
||||||
|
|
||||||
:global ModeButton;
|
:global ModeButton;
|
||||||
|
|
Loading…
Reference in a new issue