Skip to content

Commit

Permalink
fixed typo in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HummelN7872 committed Dec 9, 2020
1 parent e4255aa commit 4fa0bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The check is done in the **check_for_scanner** function in the **main.py** scrip
for device in devices:
# Check for Scanner type
if (device.name == scannertype):
Get device event
# Get device event
scannerevent = device.path
return(scannerevent)
```
Expand All @@ -71,7 +71,7 @@ Before publishing data to the IE Databus the MQTT Client needs to be initialized

```python
# Initialize MQTT Client
client = mqtt.Client()
client = mqtt.Client()
# Set username and password, must be created it databus configurator
client.username_pw_set(MQTT_USER, MQTT_PASSWORD)
# Add callback functions
Expand Down

0 comments on commit 4fa0bc4

Please sign in to comment.