Skip to content

sendCommand url fix for Tasmota 12.1.1 #8

Description

@kajarit

current code:
url = str("http://{}/ax?c2=191&c1=RfRaw%20".format(mydevice))
working for me:
url = str("http://{}/cm?cmnd=RfRaw%20".format(mydevice))

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