Skip to content

Commit

Permalink
Merge pull request #20 from rokam/chemelli74-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Qianli-Ma authored May 26, 2024
2 parents 515462d + 672d5fd commit 77bf2ba
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 @@ -21,7 +21,7 @@ from midealocal.discover import discover
discover()
# If you know the ip address
discover(ip_address="203.0.113.11")
# The device type is in hexadecimal and in midealocal/devices/TYPE
# The device type is in hexadecimal as in midealocal/devices/TYPE
type_code = hex(list(discover().values())[0]['type'])[2:]
```

Expand Down

0 comments on commit 77bf2ba

Please sign in to comment.