Skip to content

new port 49154 #3

@jefwu72

Description

@jefwu72

One of my Wemo lightswitch comes with 49154 tcp port. I've revised wemo script and added a few lines to handle this new port.

replace
PORT=49152
with following lines
PORTTEST="$( curl --silent ${DEVICE_HOST}:49152 | grep "404" )"
if testEmpty "${PORTTEST}"
then
PORT=49154
else
PORT=49152
fi

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