Skip to content

List as event filter value #33

@rvk

Description

@rvk

I'm trying to use this to track EnOcean button state, which has a list as the identifying value. The obvious choices for event filter "id: 254, 237, 171, 245" and "id: [254, 237, 171, 245]" both get truncated at the first comma when saving the configuration. I'm probably just missing the right syntax to use, but maybe it could be added to the documentation?

Here is an example of the event:

{
"event_type": "button_pressed",
"data": {
"id": [
254,
237,
171,
245
],
"pushed": 0,
"which": 0,
"onoff": 0
},
"origin": "LOCAL",
"time_fired": "2021-04-22T04:02:27.549129+00:00",
"context": {
"id": "0a49bae0cf4c4281b6fa10be9b7e48b9",
"parent_id": null,
"user_id": null
}
}

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