This repository was archived by the owner on Feb 28, 2026. It is now read-only.
forked from skrollme/homebridge-people-x
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Target parameter with multiple values #31
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed