Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprevot committed Jan 11, 2023
1 parent 71dddde commit 7d88b45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,14 @@ python -m pyduro [discover]

The CLI will exit with 0 if a burner is found, 1 otherwise.

### Get the status of a burner

```bash
python -m pyduro -b <burner IP address> -s <burner serial number> -p <burner pin code> status
```

This will output a list of burner parameters and their values.

### Get information from a burner

```bash
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
py_modules=[],
python_requires=">=3.6",
url="https://github.com/clementprevot/pyduro",
version="3.0.0",
version="3.1.0",
)

0 comments on commit 7d88b45

Please sign in to comment.