diff --git a/README.md b/README.md index 4b5e30c5..108aa953 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,12 @@ You can send commands to homematicIP using the `hmip_cli.py` script. To get an o A few examples: -- `python hmip_cli.py --help` to get help -- `python hmip_cli.py --list-devices` to get a list of your devices. -- `python hmip_cli.py -d --toggle-garage-door` to toogle the garage door with HmIP-WGC. -- `python hmip_cli.py --list-events` to listen to events and changes in your homematicIP system -- `python hmip_cli.py -d --set-lock-state LOCKED --pin 1234` to lock a door with HmIP-DLD -- `python hmip_cli.py --dump-configuration --anonymize` to dump the current config and anonymize it. +- `hmip_cli --help` to get help +- `hmip_cli --list-devices` to get a list of your devices. +- `hmip_cli -d --toggle-garage-door` to toogle the garage door with HmIP-WGC. +- `hmip_cli --list-events` to listen to events and changes in your homematicIP system +- `hmip_cli -d --set-lock-state LOCKED --pin 1234` to lock a door with HmIP-DLD +- `hmip_cli --dump-configuration --anonymize` to dump the current config and anonymize it. ## Examples