We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcc004 commit a25d7eaCopy full SHA for a25d7ea
agent/Windows/speedtest.ps1
@@ -288,7 +288,7 @@ if ($Success)
288
'Speedtest Server'
289
{
290
$xml += "<CHANNEL>" + $Title + "</CHANNEL>"
291
- $xml += "<SPEED>N/A</SPEED>"
+ $xml += "<SPEED>0.0</SPEED>"
292
$xml += "<UNIT>" + ($result.server).name + " (" + ($result.server).location + " - " + ($result.server).country + ")" + "</UNIT>"
293
}
294
default { continue }
0 commit comments