added LEDs control script fur supported HW

Cette révision appartient à :
Albirew 2024-12-17 22:51:28 +01:00
Parent f4c4ba9cec
révision cf7f4a67bc
Signé par: Albirew
ID de la clé GPG: 9D72DAEB1BB933C9
2 fichiers modifiés avec 8 ajouts et 1 suppressions

7
mikrotik/leds-control.rsc Fichier normal
Voir le fichier

@ -0,0 +1,7 @@
# leds-control
# control LEDs of RouterBoards
:if ([/system/leds/settings/get all-leds-off] = "immediate") do={
/system/leds/settings/set all-leds-off=never;
} else={
/system/leds/settings/set all-leds-off=immediate;
}

Voir le fichier

@ -19,7 +19,7 @@
# $vlanEn vlanID=99
# Disable a VLAN
# $vlanDis vlanID=99
# Completely remove a LAN (should add a security on webinterface to NOT remove last vlan if no more IP)
# Completely remove a VLAN (should add a security on webinterface to NOT remove last vlan if no more IP)
# $vlanDel vlanID=99
# perms: read,write,policy,test