Skip to content

Commit

Permalink
Merge pull request #8 from pierrepinon/master
Browse files Browse the repository at this point in the history
Update readme to match with software configuration
  • Loading branch information
llun authored Oct 28, 2020
2 parents b4cdbef + e86707c commit b18e451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install plugin `npm install -g homebridge-wifipresence` and add accessories to h
"accessory": "WifiPresence",
"name": "Main Wifi",
"room": "Living room",
"clients": ["MAC ADDRESS1", "MAC ADDRESS2", ..., "MAC ADDRESSX"],
"mac": ["MAC ADDRESS1", "MAC ADDRESS2", ..., "MAC ADDRESSX"],
"presenceFile": "/var/lib/misc/presence.wifi"
}
],
Expand Down

0 comments on commit b18e451

Please sign in to comment.