Browse Source

Fix typo

tags/nilmdb-1.8.0
Jim Paris 10 years ago
parent
commit
1ca2c143e5
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      nilmdb/server/server.py

+ 3
- 3
nilmdb/server/server.py View File

@@ -206,10 +206,10 @@ class Stream(NilmApp):
layout parameter, just list streams that match the given path
or layout.

If extent is not given, returns a list of lists containing
the path and layout: [ path, layout ]
If extended is missing or zero, returns a list of lists
containing the path and layout: [ path, layout ]

If extended is provided, returns a list of lists containing
If extended is true, returns a list of lists containing
extended info: [ path, layout, extent_min, extent_max,
total_rows, total_seconds ]. More data may be added.
"""


Loading…
Cancel
Save