Skip to content

Solution for groupID not / wrong reported (e.g. IKEA remote control) #1785

Closed
@didiht

Description

There is a little bug in file 'lib/controller.js' which leads to the debug message '... with groupID undefined ...' in the log file.

line 136:

(message.groupid ? ` with groupID ${message.groupID}` : '') +
                                            ^^^^^^^

has to be corrected to

(message.groupid ? ` with groupID ${message.groupid}` : '') +

With this change the groupID is reported as expected and sniffing is not necessary anylonger.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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