Skip to content

pixoorest: /sendtext has no text path element #29

@andysecker

Description

@andysecker
  • In pixoorest.py, the /sendtext/... route is registered without any <text> path segment
  • Expected: the REST endpoint should accept the message either as a path parameter (e.g. /sendtext/<string:text>/...) or as a query/body
    parameter (e.g. ?text=...), and pass it through to pixoo.send_text_at_location_rgb(...).
  • Actual: text is never provided, so the endpoint is non-functional

(Apologies if I've missed something)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions