From fee2523a226e28e08dd2e2264ff857650a886702 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 23 Oct 2020 21:33:38 +0200 Subject: mode-button: make LED configurable --- global-config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'global-config') diff --git a/global-config b/global-config index 68d12e7..fc8d010 100644 --- a/global-config +++ b/global-config @@ -8,7 +8,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! -:global GlobalConfigVersion 34; +:global GlobalConfigVersion 35; # This is used for DNS and backup file. :global Domain "example.com"; @@ -105,6 +105,8 @@ 5="/ system script run bridge-port-toggle;"; # add more here... }; +# This led gives visual feedback if type is 'on' or 'off'. +:global ModeButtonLED "user-led"; # Run commands on SMS action. :global SmsAction { -- cgit v1.2.3-54-g00ecf