Reflect API change for RouterInfo uptime type change: String -> long.

This commit is contained in:
dev
2011-07-26 12:41:51 +00:00
parent 94f5882678
commit a175924215

View File

@@ -94,8 +94,8 @@ Response:
</ul>
<ul>Response
<li>**i2p.router.status &ndash; [String] What the status of the router is.</li>
<li>**i2p.router.uptime &ndash; [String] What the uptime of the router is.</li>
<li>**i2p.router.version &ndash; [String] What version of I2P the router is running.</li>
<li>**i2p.router.uptime &ndash; [long] What the uptime of the router is.</li>
<li>**i2p.router.version &ndash; [String] What version of I2P the router is running.</li>
<li>**i2p.router.net.bw.inbound.1s &ndash; [double] The 1 second average inbound bandwidth in Bps.</li>
<li>**i2p.router.net.bw.inbound.15s &ndash; [double] The 15 second average inbound bandwidth in Bps.</li>
<li>**i2p.router.net.bw.outbound.1s &ndash; [double] The 1 second average outbound bandwidth in Bps.</li>