Skip to content

Commit

Permalink
Update Callmonitor.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seydx authored Mar 3, 2019
1 parent 4a7b2b4 commit f1e34f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/config/Callmonitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ If you do not have a connected device, you can also do it via the phone book. Ac
"disable": false,
"ip": "192.168.178.1",
"port": 1012,
"country": "DE"
"country": "DE",
"incomingTo":"12345678",
"outgoingFrom":"12345678"
}
```

Expand All @@ -50,9 +52,11 @@ If you do not have a connected device, you can also do it via the phone book. Ac
| Attributes | Usage |
|------------|-------|
| country | Country prefix of current location, needed for phonebook storage and to detect if the nr that is calling or the number you call is in storage |
| incomingTo | If several numbers are in use, this option can also be used to specify which number Callmonitor should react to for incoming calls |
| outgoingFrom | If several numbers are in use, this option can also be used to specify which number Callmonitor should react to for outgoing calls |



## Screenshots

![Callmonitor](https://github.com/SeydX/homebridge-fritz-platform/raw/master/images/callmonitor.jpg)
![Callmonitor](https://github.com/SeydX/homebridge-fritz-platform/raw/master/images/callmonitor.jpg)

0 comments on commit f1e34f0

Please sign in to comment.