Viewing 1 replies (of 1 total)
  • Plugin Author thmufl

    (@thmufl)

    You find the documentation in the ip4 user guide chapter Data Reader & Adapters.
    The approaches described can be mixed:

    ip4.draw({
        ...
        "data": {
            "reader": ip4.dataReader()
                          .uri("http://example.org/kcal")
                          .interval(20000)
                          .adapter(...)
        },
    ...

    Please contact the Support Forum at our website for further assistance.

Viewing 1 replies (of 1 total)
  • The topic ‘Where is the documentation?’ is closed to new replies.