mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-12 19:14:27 +02:00
check-health: remove extra line break
This commit is contained in:
parent
61f3c26199
commit
3024b246b5
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@
|
||||||
:set CheckHealthTemperatureNotified ({});
|
:set CheckHealthTemperatureNotified ({});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
:foreach Voltage in=[ /system/health/find where type="V" ] do={
|
:foreach Voltage in=[ /system/health/find where type="V" ] do={
|
||||||
:local Name [ /system/health/get $Voltage name ];
|
:local Name [ /system/health/get $Voltage name ];
|
||||||
:local Value [ /system/health/get $Voltage value ];
|
:local Value [ /system/health/get $Voltage value ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue