Skip to content

Commit a25d7ea

Browse files
committed
Put float value
1 parent fdcc004 commit a25d7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/Windows/speedtest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ if ($Success)
288288
'Speedtest Server'
289289
{
290290
$xml += "<CHANNEL>" + $Title + "</CHANNEL>"
291-
$xml += "<SPEED>N/A</SPEED>"
291+
$xml += "<SPEED>0.0</SPEED>"
292292
$xml += "<UNIT>" + ($result.server).name + " (" + ($result.server).location + " - " + ($result.server).country + ")" + "</UNIT>"
293293
}
294294
default { continue }

0 commit comments

Comments
 (0)