diff options
Diffstat (limited to 'presence.py')
| -rwxr-xr-x | presence.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/presence.py b/presence.py index c697124..947ff08 100755 --- a/presence.py +++ b/presence.py @@ -48,10 +48,10 @@ class PresenceDetection(object): # Note: list most important devices first. self.devices_by_person: Dict[Person, List[str]] = { Person.SCOTT: [ - "3C:28:6D:10:6D:41", - "D4:61:2E:88:18:09", - "6C:40:08:AE:DC:2E", - "14:7D:DA:6A:20:D7", + "3C:28:6D:10:6D:41", # pixel3 + "6C:40:08:AE:DC:2E", # laptop +# "D4:61:2E:88:18:09", # watch +# "14:7D:DA:6A:20:D7", # work laptop ], Person.LYNN: [ "08:CC:27:63:26:14", |
