Skip to content

PyPortal push_to_io doesn't recognize precision key parameter #47

Closed
@asmagill

Description

@asmagill

Running Adafruit CircuitPython 6.3.0 on 2021-06-01; Adafruit PyPortal with samd51j20 with libraries from adafruit-circuitpython-bundle-6.x-mpy-20210717.

When pushing data to an Adafruit IO feed, including the precision parameter with floating point data ala pyportal.push_to_io(key, value, precision=x) fails with an error. pyportal.network.push_to_io(key, value, precision=x) (which is what pyportal.push_to_io appears to be a wrapper for) works, however.

Is this intentional or an oversight?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions