Skip to content

Commit 0363898

Browse files
update readme verbosity examples
1 parent c7f8aef commit 0363898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ bot.set_verbosity(2)
8484
| Verbosity | Example using `e_stop()` |
8585
| :--- | :--- |
8686
| `0` The function will return with no output. | No output. |
87-
| `1` The name of the function will be output. | `e_stop called` |
88-
| `2` The name of the function will be output with additional information about the return value. | `Triggered device emergency stop at: 2024-08-21 11:16:18.547813` |
87+
| `1` A description of the action will be output with any additional results data. | `Triggered device emergency stop` |
88+
| `2` The name of the function and the timestamp will be output. | `'e_stop()' called at: 2024-08-21 11:16:18.547813` |
8989

9090
### Test 1: Add a new plant to your garden
9191

0 commit comments

Comments
 (0)