Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

Target parameter with multiple values #31

@hpruszyn

Description

@hpruszyn

It would be great to have many mac addresses in target field, e.g.:

"people": [
                {
                    "name": "Hubert",
                    "target": ["4e:be:71:71:1d:00", "4e:be:71:71:1d:01"],
                    "type": "occupancy"
                },

With that configuration I would be able to check if I'm home with my iPhone and Apple Watch. I think that if any device is present, condition for occupancy should be met. However this can be default configuration and maybe another parameter should be added to define if we want OR or AND between devices.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions